From 81af8c459bc9924b8c7137aee9385ed5f5deeb3c Mon Sep 17 00:00:00 2001
From: y1450 <107429941+y1450@users.noreply.github.com>
Date: Wed, 13 Jul 2022 22:02:11 +0000
Subject: [PATCH] fix: remove console log (#159)

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

diff --git a/layouts/partials/footerIndex.html b/layouts/partials/footerIndex.html
index 36c8a8a..5f19044 100644
--- a/layouts/partials/footerIndex.html
+++ b/layouts/partials/footerIndex.html
@@ -1,7 +1,3 @@
-
-
-<hr/>
-
 {{if $.Site.Data.config.enableFooter}}
   {{if $.Site.Data.graphConfig.enableGlobalGraph}}
       <div class="page-end">

--
Gitblit v1.10.0