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 @@