diff --git a/templates/layout.html b/templates/layout.html index bb48d12..39378f9 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -76,21 +76,21 @@ else %}{{ bag('navigation', 'de', 'home') }}{% endif %}{% for href, title, print in [ ['/blog', 'Blog', 1], - ['/projekte', 'Projekte', 1], - ['/verein', 'Verein', 1], - ['/termine', 'Kalender', 1], + ['/rezept', 'Rezept', 1], + ['/mitmachen', 'Mitmachen', 1], + ['/hunger', 'Wo gibt es Waffeln?', 1], ['/kontakt', 'Kontakt', 1] ] %}{% if print %} {% if bag('navigation', this.alt, title) %}{{ bag('navigation', this.alt, title) }}{% else %}{{ title }}{% endif %}{% - if title == 'Projekte' %} -