summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 7a5579d..4ff7215 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -32,6 +32,8 @@
{{ 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>