Update front page layout
This commit is contained in:
parent
eee53e78f9
commit
281174ead1
2 changed files with 7 additions and 8 deletions
|
|
@ -7,6 +7,7 @@
|
|||
<a href="#main-content" class="visually-hidden focusable skip-link">
|
||||
Skip to main content
|
||||
</a>
|
||||
|
||||
<div class="tw-min-h-screen tw-flex tw-flex-col">
|
||||
{% include 'banner' %}
|
||||
|
||||
|
|
@ -14,13 +15,11 @@
|
|||
{% block content %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
<div class="tw-mt-auto">
|
||||
{% if page.update_text %}
|
||||
{% include 'update-text' %}
|
||||
{% endif %}
|
||||
|
||||
{% include 'footer' %}
|
||||
</div>
|
||||
{% if page.update_text %}
|
||||
{% include 'update-text' %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% include 'footer' %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue