Re-add front layout with sponsors block
This commit is contained in:
parent
1a07f1acc5
commit
78e57b4714
2 changed files with 8 additions and 1 deletions
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 %}
|
Reference in a new issue