From 6f8353236abd022635942184bab65e152225e344 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sat, 11 Apr 2026 09:21:07 +0700 Subject: [PATCH] Update copyright year to be dynamic using Hugo's now.Year Replaces the hardcoded "2019-2025" with "2019-{{ now.Year }}" so the footer copyright year stays current automatically. Co-Authored-By: Claude Opus 4.6 (1M context) --- 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 e34471d..b5523e7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -68,7 +68,7 @@

© - 2019-2025 + 2019-{{ now.Year }} happyDomain