Skip to content
Snippets Groups Projects
Unverified Commit 6b4b2f15 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: The footer should be part of the general layout, just like the header.

parent 9d8e816a
No related branches found
No related tags found
No related merge requests found
......@@ -38,11 +38,11 @@
</div>
</div><!-- content -->
<div id="push"></div>
</div><!-- layout -->
<div id="foot">
{%- block footer %}{% include "_footer.twig" %}{% endblock %}
<div id="foot">
{%- block footer %}{% include "_footer.twig" %}{% endblock %}
</div>
</div>
</div><!-- layout -->
<script src="{{ asset('js/bundle.js') }}"></script>
{%- block postload %}{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment