feat: title in breadcrumbs
1 files changed, 1 insertions(+), 1 deletions(-) M templates/layouts/base.html
M templates/layouts/base.html => templates/layouts/base.html +1 -1
@@ 24,7 24,7 @@ backdrop-blur-sm" > <div class="flex gap-1"> - <a class="hover:underline" href="/">root</a> + <a class="hover:underline" href="/">{{ config.title }}</a> {% set_global path = "" %} {% for c in this.components %} {% set_global path = path ~ "/" ~ c %}