From 503d0da8cfc63adc223f36bfc0cf71ba97279039 Mon Sep 17 00:00:00 2001 From: Geri Ochoa Date: Fri, 23 Sep 2022 13:36:17 -0400 Subject: [PATCH] Fix cookies modal not clossing Move jquery back to header --- layouts/partials/head.html | 3 +++ layouts/partials/scripts.html | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ec3543c..5fd871b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -19,4 +19,7 @@ {{ template "_internal/google_analytics_async.html" . }} {{ end }} {{ partialCached "head-css.html" . "asdf" }} + {{ partial "hooks/head-end.html" . }} diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 18eb65f..cb31e08 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,6 +1,3 @@ -