Fall back to page or site Author param in footer copyright.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-08 13:40:30 +02:00
co-authored by Claude Sonnet 5
parent d9febf84d8
commit fc8023961a
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="container py-4">
<div class="row">
<div class="col-md-6">
<p>&copy; {{ now.Year }} {{ .Site.Title }}</p>
<p>&copy; {{ now.Year }} {{ or (or .Params.Author .Site.Params.Author) .Site.Title }}</p>
</div>
<div class="col-md-6 text-md-end">
<p>