summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorFrancesco Tomaselli <tomaselli.fr@gmail.com>2025-04-02 12:19:08 +0200
committerGitHub <noreply@github.com>2025-04-02 12:19:08 +0200
commitb8f85832c51ba1ab21700e7b7a674f563b7a2657 (patch)
tree5321c0152756c3a13213b03a28cb08427455992c /layouts/_default/baseof.html
parent9794243a3ff85aae024d6a8f7439702cc66f3f73 (diff)
parentc9e49557f43a31b6072035e25f0bbfcd408a1a87 (diff)
Merge pull request #112 from crnh/crnh/feature/hooks
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7a5579d..2decab0 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -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,7 +34,6 @@
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}
-
</body>
<script src="{{ "js/theme-switch.js" | relURL }}"></script>