From 3302882603abe883987271c12bac349eaff74c5f Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 10 Jan 2024 16:21:36 -0600 Subject: [PATCH] update copyright message --- 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 a2e15b3..c6155e5 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,7 +1,7 @@ baseURL = "https://runtimeterror.dev" theme = "risotto" title = "runtimeterror" -copyright = "© 2024 runtimeterror" +copyright = "© 2024 John Bowdre" paginate = 10 languageCode = "en" DefaultContentLanguage = "en"