mirror of
https://github.com/tomfran/typo.git
synced 2025-05-01 16:09:56 +03:00
Put body_end above footer
This commit is contained in:
parent
3865ee6a19
commit
157c87d95e
1 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,9 @@
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{/* Body end hook */}}
|
||||||
|
{{ partial "functions/get_hook.html" (dict "hook" "body_end" "context" .) }}
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -31,9 +34,6 @@
|
||||||
{{ if .Param "math" }}
|
{{ if .Param "math" }}
|
||||||
{{ partialCached "math.html" . }}
|
{{ partialCached "math.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{/* Body end hook */}}
|
|
||||||
{{ partial "functions/get_hook.html" (dict "hook" "body_end" "context" .) }}
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script src="{{ "js/theme-switch.js" | relURL }}"></script>
|
<script src="{{ "js/theme-switch.js" | relURL }}"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue