From b4e26971165d49604014a1ed38aaa18b2c20fc23 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 27 Dec 2021 20:59:19 +0000
Subject: [PATCH] content section
---
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