diff --git a/themes/chrosey/templates/layout/base.twig b/themes/chrosey/templates/layout/base.twig index b73b989..e40c837 100644 --- a/themes/chrosey/templates/layout/base.twig +++ b/themes/chrosey/templates/layout/base.twig @@ -1,79 +1,69 @@ - - {% 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 %} + {% if current_page %} + + {% endif %} - - - - {% endblock %} - + + + + {% endblock %} + - - {% include "templates/layout/header.twig" %} -
-
- -
- {% block content %} -
- {{ content }} -
- {% endblock %} + + {% include "templates/layout/header.twig" %} +
+
+ +
+ {% block content %} +
+ {{ content }} +
+ {% endblock %} -
-
+ -
-
- {% include "templates/layout/footer.twig" %} - - - + + + + + + {% include "templates/layout/footer.twig" %} + + + + - +