From b7c82a7ff11dee3988e346005eb3627ab0964ae7 Mon Sep 17 00:00:00 2001
From: Samuel W. Flint <swflint@flintfam.org>
Date: Tue, 25 May 2021 17:48:12 +0000
Subject: [PATCH] Change how the copyright string is constructed (#206)

---
 layouts/partials/sidebar.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 3d2ec02..39da7dc 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -18,6 +18,6 @@
         {{ end }}
     </ul>
     <div class="footer">
-        <div class="by_farbox">&copy; {{ .Site.Params.author }} {{ if isset .Site.Params "copyright" }} {{ .Site.Params.copyright }} {{ else }} {{ now.Format "2006"}} {{end}}</div>
+        <div class="by_farbox">&copy; {{ if isset .Site.Params "copyright" }} {{ .Site.Params.copyright }} {{ else }} {{ .Site.Params.author }} {{ now.Format "2006"}} {{end}}</div>
     </div>
 </div>

--
Gitblit v1.10.0