blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 3ff4ab97478afe3b5e57d80c38285df331c52c97
parent 2c50f9f2426c9c55e99d63e7d6223b0fcfdad3e1
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Wed,  8 Jan 2020 09:07:35 -0600

Add <p> tag for terminal browsers

Diffstat:
Alayouts/partials/footer.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
@@ -0,0 +1 @@
+<footer><p>{{ with .Site.Copyright }}{{ . | markdownify }}{{ end }}</p></footer>