From 281174ead12b4c78067aa113d60f7c7304858eb3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 May 2019 19:58:10 +0100 Subject: [PATCH] Update front page layout --- source/_layouts/base.html.twig | 13 ++++++------- source/index.html.twig | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/source/_layouts/base.html.twig b/source/_layouts/base.html.twig index 4d9f911..c296462 100644 --- a/source/_layouts/base.html.twig +++ b/source/_layouts/base.html.twig @@ -7,6 +7,7 @@ +
{% include 'banner' %} @@ -14,13 +15,11 @@ {% block content %}{% endblock %} {% endblock %} -
- {% if page.update_text %} - {% include 'update-text' %} - {% endif %} - - {% include 'footer' %} -
+ {% if page.update_text %} + {% include 'update-text' %} + {% endif %}
+ + {% include 'footer' %} diff --git a/source/index.html.twig b/source/index.html.twig index ec2ce79..5d7c5b5 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -4,7 +4,7 @@ twitter: url: https://twitter.com/drupalcampbris update_text: Session submissions are now open! --- -
+