diff options
Diffstat (limited to 'config/_default/hugo.toml')
| -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 |
