Put body_end above footer

This commit is contained in:
Corné Haasjes 2025-04-01 21:23:08 +02:00
parent 3865ee6a19
commit 157c87d95e

View file

@ -24,6 +24,9 @@
</main>
</div>
{{/* Body end hook */}}
{{ partial "functions/get_hook.html" (dict "hook" "body_end" "context" .) }}
<footer>
{{ partial "footer.html" . }}
</footer>
@ -31,9 +34,6 @@
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}
{{/* Body end hook */}}
{{ partial "functions/get_hook.html" (dict "hook" "body_end" "context" .) }}
</body>
<script src="{{ "js/theme-switch.js" | relURL }}"></script>