From 883df7f78d9d48af71116eccea43506f9834d8c9 Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Tue, 14 Sep 2021 12:47:19 +0200 Subject: [PATCH] Fixed js load order --- layouts/partials/footer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 413fdcc..c313f42 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -65,6 +65,10 @@ {{ end }} +{{ " " | safeHTML }} +{{ $script := resources.Get "js/script.js" | minify | fingerprint "sha384" }} + + {{ if site.Params.cookies.enable }} {{ "" | safeHTML }}