diff --git a/source/_includes/front-speakers.html.twig b/source/_includes/front-speakers.html.twig new file mode 100644 index 000000000..5ff90a044 --- /dev/null +++ b/source/_includes/front-speakers.html.twig @@ -0,0 +1,25 @@ +

Featuring Talks From

+ +
+ +
diff --git a/source/index.html.twig b/source/index.html.twig index 5baeb61ab..a8cf98893 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -3,9 +3,12 @@ layout: default twitter: url: https://twitter.com/drupalcampbris update_text: Early bird tickets are now available! +use: + - speakers --- +{% block content %}
-
+
Drupalcamp Bristol logo @@ -35,3 +38,12 @@ update_text: Early bird tickets are now available!
+{% endblock %} + +{% block content_bottom %} +
+ {% include 'front-speakers' with { + speakers: data.speakers, + } %} +
+{% endblock %}