From eec0894c2bc310ad94c6fe3b649ca0a17588a721 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 20 May 2019 22:15:17 +0100 Subject: [PATCH] Move sponsors block onto index template --- source/index.html.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/index.html.twig b/source/index.html.twig index ea7996a..2c3db09 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -1,5 +1,5 @@ --- -layout: front +layout: default twitter: url: https://twitter.com/drupalcampbris update_text: Early bird tickets are now available! @@ -48,4 +48,6 @@ use: [sessions, speakers] sessions: data.sessions, slots: site.schedule.slots, } %} + + {% include 'sponsors-block' %} {% endblock %}