diff options
| -rw-r--r-- | src/templates/layouts/page.njk | 3 |
1 files changed, 1 insertions, 2 deletions
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" |
