summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlotte Koch <dressupgeekout@gmail.com>2024-10-01 18:39:38 -0700
committerCharlotte Koch <dressupgeekout@gmail.com>2024-10-01 18:39:38 -0700
commit800b709e2fe0f5edb3a024c8d3f74967873a2d33 (patch)
treebad044e67085aeeaf1c85a993acf2313ffba36da
parent4fd4cee65e6ecf1c7ddf2e6556d594e69f251084 (diff)
Get rid of the "Simple Jekyll Search" JavaScript
This should have disppeared when I removed the search widget previously
-rw-r--r--layouts/partials/footer.html7
1 files changed, 0 insertions, 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 }}
<script src="{{ $mainJs.RelPermalink }}"></script>
-<!-- Simple Jekyll Search -->
-<script src={{ "js/simple-jekyll-search.min.js" | relURL }}></script>
-
-{{ $searchJs := resources.Get "js/search.js" | resources.ExecuteAsTemplate "js/search.js" . | minify | fingerprint }}
-<script src="{{ $searchJs.RelPermalink }}"></script>
-
-
{{ if eq .Type "archive" }}
{{ $archiveJS := resources.Get "js/archive.js" | minify | fingerprint }}
<script src='{{ $archiveJS.RelPermalink }}'></script>