From 45b7443aa8f5da1585868213728687364e99831a Mon Sep 17 00:00:00 2001
From: Mitja Felicijan
Date: Thu, 3 Nov 2022 21:20:24 +0100
Subject: Exclude JS imports on homepage
---
themes/simple/layouts/partials/footer.html | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html
index 72252c7..7383ae1 100755
--- a/themes/simple/layouts/partials/footer.html
+++ b/themes/simple/layouts/partials/footer.html
@@ -6,14 +6,17 @@
+
+
+
+{{ if ne .IsHome true }}
+{{ end }}
-
-
-
+{{ if ne .IsHome true }}
+{{ end }}
--
cgit v1.2.3