From fc8023961aa9bfa485ec9ba45278573c41e56deb Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 8 Aug 2026 13:40:30 +0200 Subject: [PATCH] Fall back to page or site Author param in footer copyright. Co-Authored-By: Claude Sonnet 5 --- 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 a530a24..7aa8b3d 100644 --- a/layouts/_partials/footer.html +++ b/layouts/_partials/footer.html @@ -2,7 +2,7 @@
-

© {{ now.Year }} {{ .Site.Title }}

+

© {{ now.Year }} {{ or (or .Params.Author .Site.Params.Author) .Site.Title }}