diff --git a/templates/layout.html b/templates/layout.html index 3230836..ed7b809 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -115,42 +115,48 @@ else %}{{ bag('navigation', 'de', 'home') }}{% endif %}{% for title, href in bag('nav-bar', "NavBar").items() %} {% if bag('navigation', this.alt, title) %}{{ bag('navigation', this.alt, title) }}{% else %}{{ title }}{% endif %} -