Re-add front layout with sponsors block
This commit is contained in:
parent
1a07f1acc5
commit
78e57b4714
7
source/_layouts/front.html.twig
Normal file
7
source/_layouts/front.html.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_bottom %}
|
||||
<aside>
|
||||
{% include 'sponsors-block' %}
|
||||
</aside>
|
||||
{% endblock %}
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: default
|
||||
layout: front
|
||||
twitter:
|
||||
url: https://twitter.com/drupalcampbris
|
||||
update_text: Early bird tickets are now available!
|
||||
|
|
Loading…
Reference in a new issue