Skip to content

Commit ef62f56

Browse files
committed
Move foot element inside the layout element
1 parent 4518303 commit ef62f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/ssp/default/base.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
</div>{# content #}
2626
<div id="push"></div>
2727
</main>
28+
<div id="foot">
29+
{% block footer %}{% include "_footer.twig" %}{% endblock %}
30+
</div>
2831
</div>{# layout #}
29-
<div id="foot">
30-
{% block footer %}{% include "_footer.twig" %}{% endblock %}
31-
</div>
3232
<script src="{{ asset('js/bundle.js') }}"></script>
3333
{% block postload %}{% endblock %}
3434
</body>

0 commit comments

Comments
 (0)