From 4a3526a22d1d09c6bc646fae769702bab27a4cd4 Mon Sep 17 00:00:00 2001 From: Antoine Soetewey Date: Wed, 5 Jan 2022 15:19:03 +0100 Subject: [PATCH] adapt year in footer I have seen from another site that this script adapts the year automatically without the need to serve the site each year. --- 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 fcf0aeef..e5cf8c12 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -24,7 +24,7 @@ {{ . | emojify | markdownify }} {{- else }} © - {{ now.Format "2006" }} + {{ .Site.Author.name | markdownify | emojify }} {{- end }}