From 6147a738030f926532bc74173e93a8828de4662d Mon Sep 17 00:00:00 2001 From: Till Hofmann Date: Fri, 16 Jun 2023 12:10:54 +0200 Subject: [PATCH] Use the site author in copyright footer if available --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 52668eb..d1f7328 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,7 @@ {{- if site.Copyright }} {{ site.Copyright | markdownify }} {{- else }} - © {{ now.Year }} {{ site.Title }} + © {{ now.Year }} {{ if site.Params.author }}{{ site.Params.author }}{{ else }}{{ site.Title }}{{ end }} {{- end }} Powered by