From fb9ea8dcb85e6d2ac6c2a8cf5057f2fb00871b26 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 15 Feb 2022 21:52:49 +0000
Subject: [PATCH] Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo
---
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