From 7f1f0495a831e886974e2e4a842b14e44cf9554d Mon Sep 17 00:00:00 2001 From: TLRZ Seyfferth Date: Tue, 5 May 2020 19:39:05 +0200 Subject: [PATCH] [TASK] option for widescreen --- .../templates/layout/base.twig | 98 +++++++++---------- .../templates/layout/footer.twig | 4 +- .../templates/layout/navigationBar.twig | 2 +- 3 files changed, 52 insertions(+), 52 deletions(-) diff --git a/Packages/chrosey_materialize/templates/layout/base.twig b/Packages/chrosey_materialize/templates/layout/base.twig index 77a6d1d..0ee1338 100644 --- a/Packages/chrosey_materialize/templates/layout/base.twig +++ b/Packages/chrosey_materialize/templates/layout/base.twig @@ -2,62 +2,62 @@ - {% 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 %} + {% if current_page %} + + {% endif %} + {% endblock %} + {% block css %} + + + + {% endblock %} - {% include "templates/layout/navigationBar.twig" %} -
-
-
- {% block content %} - {{ content }} - {% endblock %} + {% include "templates/layout/navigationBar.twig" %} +
+
+
+ {% block content %} + {{ content }} + {% endblock %} +
-
-
- {% include "templates/layout/footer.twig" %} - {% block js %} - - - {% endblock %} + + {% include "templates/layout/footer.twig" %} + {% block js %} + + + {% endblock %} diff --git a/Packages/chrosey_materialize/templates/layout/footer.twig b/Packages/chrosey_materialize/templates/layout/footer.twig index 8ad6618..0abc800 100644 --- a/Packages/chrosey_materialize/templates/layout/footer.twig +++ b/Packages/chrosey_materialize/templates/layout/footer.twig @@ -1,5 +1,5 @@