From 3ede56caf1b5dccb1b9c22c8f67ecd5c3ec7d2d2 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 20 May 2020 15:51:15 +0200 Subject: [PATCH] =?UTF-8?q?[TASK]=20einr=C3=BCckung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/layout/base.twig | 100 ++++++++---------- 1 file changed, 45 insertions(+), 55 deletions(-) diff --git a/Packages/chrosey_materialize/templates/layout/base.twig b/Packages/chrosey_materialize/templates/layout/base.twig index 54ee8f2..c54e5b7 100644 --- a/Packages/chrosey_materialize/templates/layout/base.twig +++ b/Packages/chrosey_materialize/templates/layout/base.twig @@ -1,62 +1,52 @@ - - {% block head %} - - + + {% block head %} + + - - {% if meta.title %} - {{ meta.title }} - | - {% endif %} - {{ site_title }} - {% if meta.description %} - - {% endif %} - {% if meta.robots %} - - {% endif %} + + {% if meta.title %} + {{ meta.title }} + | + {% endif %} + {{ site_title }} + {% if meta.description %} + + {% endif %} + {% if meta.robots %} + + {% endif %} - {% if current_page %} - - {% endif %} - {% endblock %} - {% block css %} - - - - {% endblock %} - - - - {% include "templates/layout/navigationBar.twig" %} -
-
- {% block content %} -
- {{ content }} -
- {% endblock %} -
-
- {% include "templates/layout/footer.twig" %} - {% block js %} - - - {% endblock %} - + {% if current_page %} + + {% endif %} + {% endblock %} + {% block css %} + + + + {% endblock %} + + + {% include "templates/layout/navigationBar.twig" %} +
+ {% block content %} +
+
+
+ {{ content }} +
+
+
+ {% endblock %} +
+ {% include "templates/layout/footer.twig" %} + {% block js %} + + + {% endblock %} +