From 378d66d73f3c455761dcfc8f0bc77f98a5074c2b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 21 May 2019 10:36:03 +0100 Subject: [PATCH] Pass through sponsorship levels and sponsors --- source/index.html.twig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/index.html.twig b/source/index.html.twig index 2c3db09..92c1579 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -49,5 +49,8 @@ use: [sessions, speakers] slots: site.schedule.slots, } %} - {% include 'sponsors-block' %} + {% include 'sponsors-block' with { + sponsorData: site.sponsors, + sponsorshipLevels: site.sponsorship_levels, + } %} {% endblock %}