From 3a9dbd6b804dcfcb7958833905b4628f252e4dbe Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 9 Sep 2022 08:42:39 +0200 Subject: [PATCH] Fix: tab-pane, persistence of language: change load order of .js-scripts Fix for #1232 --- layouts/partials/scripts.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index f5d081bf61..b0406dddea 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -23,7 +23,6 @@ {{ end -}} - {{ if .Site.Params.plantuml.enable -}} {{ end -}} @@ -73,4 +72,6 @@ {{ end -}} + + {{ partial "hooks/body-end.html" . -}}