From 92641290dee682c8c7fed347ef7c255a61bec5d9 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 17 Oct 2021 08:46:24 +0200 Subject: [PATCH] Fixed current year in site footer --- themes/hugo-geekblog/layouts/partials/site-footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/hugo-geekblog/layouts/partials/site-footer.html b/themes/hugo-geekblog/layouts/partials/site-footer.html index a0835ca..c5da485 100644 --- a/themes/hugo-geekblog/layouts/partials/site-footer.html +++ b/themes/hugo-geekblog/layouts/partials/site-footer.html @@ -23,7 +23,8 @@
- Built with Hugo. Copyright © 1998 - 2021 Linux User Group Frankfurt (FraLUG) e.V. + Built with Hugo. Copyright © 1998 - {{ .Now.Year }} Linux User Group Frankfurt (FraLUG) e.V.
{{ with .Site.Params.GeekblogHostedOn }}