From 800b709e2fe0f5edb3a024c8d3f74967873a2d33 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Tue, 1 Oct 2024 18:39:38 -0700 Subject: Get rid of the "Simple Jekyll Search" JavaScript This should have disppeared when I removed the search widget previously --- layouts/partials/footer.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b4524e0..3cb6b66 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -26,13 +26,6 @@ {{ $mainJs := resources.Get "js/hux-blog.js" | minify | fingerprint }} - - - -{{ $searchJs := resources.Get "js/search.js" | resources.ExecuteAsTemplate "js/search.js" . | minify | fingerprint }} - - - {{ if eq .Type "archive" }} {{ $archiveJS := resources.Get "js/archive.js" | minify | fingerprint }} -- cgit v1.2.3