From 89e54c62864bfb268c277521d5d010fc4a4d1a16 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 24 Mar 2025 13:54:16 -0500 Subject: [PATCH] Fix footer year display --- 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 46c458f..c9713e7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -211,7 +211,7 @@ Toha theme {{ $tohaVersion }} -
{{ $copyrightNotice | markdownify }}
+
{{ replace $copyrightNotice "{year}" now.Year | markdownify }}
{{ i18n "hugoAttributionText" }}