From a275123be2b1d528dbde23beb9880933c4e22c3e Mon Sep 17 00:00:00 2001
From: DhammaCharts <100090806+DhammaCharts@users.noreply.github.com>
Date: Thu, 02 Jun 2022 07:35:28 +0000
Subject: [PATCH] better font behaviour
---
layouts/partials/contact.html | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index 748cb06..7fb991e 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -2,11 +2,13 @@
<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 -}}
+ <ul>
+ {{ if not .IsHome }}
+ <li><a href="/">Home</a></li>
+ {{end}}
+ {{- range $.Site.Data.config.links -}}
+ <li><a href="{{.link}}">{{.link_name}}</a></li>
+ {{- end -}}
+ </ul>
</footer>
-</div>
\ No newline at end of file
+</div>
--
Gitblit v1.10.0