From 91c4e3fb3a5d9e86e5fb513bb65da89d4b061b08 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Apr 2022 18:44:33 +0000
Subject: [PATCH] fix: multiline code block #87
---
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