From 78e57b47148cc70090539641f2555cffd4287642 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 May 2019 17:30:40 +0100 Subject: [PATCH] Re-add front layout with sponsors block --- source/_layouts/front.html.twig | 7 +++++++ source/index.html.twig | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 source/_layouts/front.html.twig diff --git a/source/_layouts/front.html.twig b/source/_layouts/front.html.twig new file mode 100644 index 0000000..2cb3d14 --- /dev/null +++ b/source/_layouts/front.html.twig @@ -0,0 +1,7 @@ +{% extends 'default' %} + +{% block content_bottom %} + +{% endblock %} diff --git a/source/index.html.twig b/source/index.html.twig index 05c1235..ea7996a 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -1,5 +1,5 @@ --- -layout: default +layout: front twitter: url: https://twitter.com/drupalcampbris update_text: Early bird tickets are now available!