From 57ebf4c21c8b4f7c2ef5126ded39a9facaa848ee Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 10 Jan 2022 21:08:50 +0000
Subject: [PATCH] underscore fix, fix relative path being weird for graph

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

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 416b167..6d4ef17 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,15 +8,4 @@
     </div>
 </div>
 
-<!-- Contact Info -->
-<div id="contact_buttons">
-    <footer>
-        <p>Made by {{ $.Site.Data.config.name }} using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © {{ dateFormat "2006" now }}</p>
-        {{ if not .IsHome }}
-        <a href="/">Home</a>
-        {{end}}
-        {{- range $.Site.Data.config.links -}}
-        <a href="{{.link}}">{{.link_name}}</a>
-        {{- end -}}
-    </footer>
-</div>
\ No newline at end of file
+{{partial "contact.html" .}}
\ No newline at end of file

--
Gitblit v1.10.0