From be7e0d3f40f8f39d6323f13c3ae0ef253499ed5d Mon Sep 17 00:00:00 2001 From: Robb Shecter Date: Thu, 11 Apr 2024 06:54:59 -0600 Subject: [PATCH] fix: js scripts not in body element (#356) --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 95dcd65..020430f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,6 +7,6 @@ {{- if or (eq .Site.Params.footer.enable nil) (.Site.Params.footer.enable) }} {{ partial "footer.html" . }} {{ end }} + {{ partial "scripts.html" . }} - {{ partial "scripts.html" . }}