From 497a188602cffe1a0bb5b24573f92bb955c2cf10 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 13 Mar 2021 17:54:56 +0000
Subject: [PATCH] Removed Unused jQuery

---
 layouts/partials/footer.html |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a9c6681..8c4ab0b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,22 +1,6 @@
-{{ $js := resources.Get "js/jquery.js" }}
-{{ $secureJS := $js |  resources.Minify | resources.Fingerprint }}
-<script type="text/javascript"
-        src="{{ $secureJS.Permalink }}"
-        integrity="{{ $secureJS.Data.Integrity }}"
-        crossorigin="anonymous"></script>
-{{ $migrate := resources.Get "js/jquery-migrate.js" }}
-{{ $appear := resources.Get "js/jquery-appear.js" }}
-{{ $js := slice $migrate $appear | resources.Concat "js/bundle.js" }}
-{{ $secureJS := $js |  resources.Minify | resources.Fingerprint }}
-<script type="text/javascript"
-        src="{{ $secureJS.Permalink }}"
-        integrity="{{ $secureJS.Data.Integrity }}"
-        crossorigin="anonymous"></script>
-
 {{- partial "medium-zoom.html" . -}}
 {{- partial "math.html" . -}}
 {{- template "_internal/google_analytics_async.html" . -}}
-
 {{- if and (hugo.IsProduction) (.Site.Params.gtagId) -}}
     {{ partial "google-analytics-gtag-async.html" . }}
 {{- end -}}
\ No newline at end of file

--
Gitblit v1.10.0