diff options
| author | Nicholas Johnson <> | 2026-09-02 00:00:00 +0000 |
|---|---|---|
| committer | Nicholas Johnson <> | 2026-09-02 00:00:00 +0000 |
| commit | acbdf66c4f34c51b097a1f9c43d815202086d1c878f7d53f22e952a5c62aded2 (patch) | |
| tree | cbba0fc4b0b1372f96167e483f575bcde1e78ae8c7a974f8a584206aa17721fb | |
| parent | 8716a804bbda2dbc16066f44581e51cfa4f36521b30119a3b03ed6d56aef0abe (diff) | |
| download | journal-acbdf66c4f34c51b097a1f9c43d815202086d1c878f7d53f22e952a5c62aded2.tar.gz journal-acbdf66c4f34c51b097a1f9c43d815202086d1c878f7d53f22e952a5c62aded2.zip | |
Replace Hugo config var: languageCode -> locale
languageCode has been deprecated in favor of locale.
| -rw-r--r-- | config/_default/hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
