From 578ed0ed173899b49d937caca7dc64fbd4353f1f Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 22 Nov 2023 22:00:20 +0200 Subject: [PATCH] feat: title in breadcrumbs --- templates/layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layouts/base.html b/templates/layouts/base.html index 55304e6..fc9997e 100644 --- a/templates/layouts/base.html +++ b/templates/layouts/base.html @@ -24,7 +24,7 @@ backdrop-blur-sm" >
- root + {{ config.title }} {% set_global path = "" %} {% for c in this.components %} {% set_global path = path ~ "/" ~ c %} -- 2.44.1