From 23a845258e65ee5987595641791ef4146d303641 Mon Sep 17 00:00:00 2001 From: recanman <29310982+recanman@users.noreply.github.com> Date: Thu, 20 Mar 2025 22:37:45 -0700 Subject: [PATCH] fix: use `dateFormat` for current year in footer --- 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 6c2e854..2c8bf94 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -29,7 +29,7 @@ } © {{ .Date.Format "2006" }} - {{ .Site.Title }}
+ >© {{ dateFormat "2006" now }} - {{ .Site.Title }}
Source Code & Licenses