From d11ab2b954b19badee2ef715d4b240732811cd26 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Tue, 21 Sep 2021 15:42:25 -0400 Subject: [PATCH] fix(footer): line break make the site copyright block slightly more visually consistent across views --- blog/themes/mineral/layouts/partials/footer.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blog/themes/mineral/layouts/partials/footer.html b/blog/themes/mineral/layouts/partials/footer.html index 6e7d5f7..e7fa020 100644 --- a/blog/themes/mineral/layouts/partials/footer.html +++ b/blog/themes/mineral/layouts/partials/footer.html @@ -7,6 +7,9 @@ {{ end }}
-

{{ .Site.Title }} copyright 2021 {{ .Site.Copyright }}

+

+ {{ .Site.Title }}
+ copyright 2021 {{ .Site.Copyright }} +

\ No newline at end of file