From e8b33279b77a92e64d431904a49005348060dfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Haasjes?= Date: Tue, 1 Apr 2025 21:23:08 +0200 Subject: Put body_end above footer --- layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4ff7215..2decab0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,6 +24,9 @@ + {{/* Body end hook */}} + {{ partial "functions/get_hook.html" (dict "hook" "body_end" "context" .) }} + @@ -31,9 +34,6 @@ {{ if .Param "math" }} {{ partialCached "math.html" . }} {{ end }} - - {{/* Body end hook */}} - {{ partial "functions/get_hook.html" (dict "hook" "body_end" "context" .) }} -- cgit v1.2.3