From f56b9028b342d941a37ad4369c9aeef388255a2f Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 17 Oct 2021 20:17:12 -0500 Subject: [PATCH] Support a copyright notice footer --- assets/css/bobastyle.css | 2 +- layouts/_default/baseof.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 246643d..072bfe3 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -61,7 +61,7 @@ font-size: 20px; } -.content { +.content, footer { padding: 20px; } diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 693059e..cf0c4c0 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -13,6 +13,13 @@ {{ .Content }} {{- end }} + + {{ with .Site.Copyright }} +
+ + {{ end }}