From acbdf66c4f34c51b097a1f9c43d815202086d1c878f7d53f22e952a5c62aded2 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Wed, 2 Sep 2026 00:00:00 +0000 Subject: Replace Hugo config var: languageCode -> locale languageCode has been deprecated in favor of locale. --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/_default/hugo.toml') diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index b90a568..684ab76 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -2,7 +2,7 @@ theme = "journal" baseURL = "https://nicholasjohnson.ch" title = "Nicholas Johnson" copyright = "Copyright © 2020-{currentYear} Nicholas Johnson. CC BY-SA 4.0." -languageCode = "en-us" +locale = "en-us" disablePathToLower = true rssLimit = 20 enableEmoji = true -- cgit v1.2.3