diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 24b44a0f..345bcac3 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -2,7 +2,7 @@ baseURL = "https://hugo-paper.vercel.app/" title = "Paper" author = "Steve Francia" copyright = "© 2025, lee.so" -languageCode = "en" +locale = "en" DefaultContentLanguage = "en" enableInlineShortcodes = true # prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 62c2618d..d3f53759 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -36,7 +36,7 @@ {{- partial "head.html" . -}} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9e58397f..03458dc4 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,7 +9,7 @@