From b732293f65999e9a1d3a40a5ddeccf53a385b1f3 Mon Sep 17 00:00:00 2001
From: Geoffrey Garrett <g.h.garrett13@gmail.com>
Date: Mon, 27 Jun 2022 23:21:22 +0000
Subject: [PATCH] fix(head.html): Adds robustness to `config.yaml` favicon definitions

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

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 6d4ef17..ddefe75 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,8 @@
+
+
 <hr/>
+
+{{if $.Site.Data.config.enableFooter}}
 <div class="page-end">
     <div class="backlinks-container">
         {{partial "backlinks.html" .}}
@@ -7,5 +11,6 @@
         {{partial "graph.html" .}}
     </div>
 </div>
+{{end}}
 
 {{partial "contact.html" .}}
\ No newline at end of file

--
Gitblit v1.10.0