From 90daf23e254c79de878aa755e5ad47646ba9b16a Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 12 Sep 2020 18:57:37 +0000
Subject: [PATCH] Merge pull request #67 from hyperized/fixes

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

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index c83cb84..d73efce 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,3 @@
-
-</body>
-
 {{ $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>
@@ -12,5 +9,3 @@
 {{- partial "medium-zoom.html" . -}}
 {{- partial "math.html" . -}}
 {{- template "_internal/google_analytics_async.html" . -}}
-
-</html>
\ No newline at end of file

--
Gitblit v1.10.0