From 5f65bd61f1456470ddf0e42ee47897256e78fb8d Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 3 Jan 2024 03:05:50 +0000 Subject: Fix copy year - oopsie --- src/templates/layouts/page.njk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/templates/layouts/page.njk b/src/templates/layouts/page.njk index 7e27af6..488add4 100644 --- a/src/templates/layouts/page.njk +++ b/src/templates/layouts/page.njk @@ -1,6 +1,5 @@ --- -# technically for any website/blog this should be year of first publication - first commit in git was 2022, but it was available at least from 2020 -copyYear: 2022 +copyYear: 2024 author: kjhoerr description: The official website of Kevin Hoerr, developer of websites. themeColor: "#e1e1e1" -- cgit