From 235fbcfaaac166a443d2315fb878c4b5d435188b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 20 Mar 2019 22:59:23 +0000 Subject: [PATCH] Extract some partials --- source/_includes/banner.html.twig | 18 +++++++++++++++ source/_includes/footer.html.twig | 9 ++++++++ source/index.html.twig | 37 +++---------------------------- 3 files changed, 30 insertions(+), 34 deletions(-) create mode 100644 source/_includes/banner.html.twig create mode 100644 source/_includes/footer.html.twig diff --git a/source/_includes/banner.html.twig b/source/_includes/banner.html.twig new file mode 100644 index 000000000..003b6d2b1 --- /dev/null +++ b/source/_includes/banner.html.twig @@ -0,0 +1,18 @@ +
+
+
+ +
+ + +
+
diff --git a/source/_includes/footer.html.twig b/source/_includes/footer.html.twig new file mode 100644 index 000000000..2b9453f46 --- /dev/null +++ b/source/_includes/footer.html.twig @@ -0,0 +1,9 @@ + diff --git a/source/index.html.twig b/source/index.html.twig index c3626c9b4..def4eb45f 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -25,31 +25,7 @@ twitter_url: https://twitter.com/drupalcampbris Skip to main content
-
-
-
- -
- -
-
+ {% include 'banner' %}
@@ -76,15 +52,8 @@ twitter_url: https://twitter.com/drupalcampbris
Thanks to all previous speakers, sponsors and attendees. See you in 2019!
- + + {% include 'footer' %}