Skip to content

Commit

Permalink
move prefooter block back and move body end block to match body start
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Oct 12, 2023
1 parent cb3d50e commit 7114ea1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/layout/_template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,8 @@
</div>
</div>
{% endblock %}

{% block preFooter %}{% endblock %}
</div>
{% block preFooter %}{% endblock %}
{% block footer %}
{% if pageConfig.footer %}
{{
Expand All @@ -212,8 +211,8 @@
{% endif %}
{% endblock %}
</div>
{% block bodyEnd %}{% endblock %}
{% endblock %}
{% block bodyEnd %}{% endblock %}

<script{% if pageConfig.cspNonce %} nonce="{{ pageConfig.cspNonce }}"{% elif pageConfig.cspNonce is not defined and csp_nonce %} nonce="{{ csp_nonce() }}"{% endif %}>
(function() {
Expand Down

0 comments on commit 7114ea1

Please sign in to comment.