From 6349cc2bf11974e6a90c2b5ecc5dddc1ed539fa2 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Wed, 5 Jun 2019 13:46:37 +0200 Subject: [PATCH] Fix Spaces --- templates/layout.html | 62 ++++++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 28 deletions(-) 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 %} -