From bd7751e0caa9b758544b479dedb25a0fde5441f1 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 2 Jan 2024 07:28:09 -0600 Subject: [PATCH] new year, new copyright --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 6529864..a2e15b3 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,7 +1,7 @@ baseURL = "https://runtimeterror.dev" theme = "risotto" title = "runtimeterror" -copyright = "© 2023 runtimeterror" +copyright = "© 2024 runtimeterror" paginate = 10 languageCode = "en" DefaultContentLanguage = "en"