diff --git a/hugo.toml b/hugo.toml index 955573a..252483a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = "https://bar.pivoine.art/" -languageCode = "en-us" +locale = "en-US" title = "Bar Pivoine" copyright = "© 2026 Bar Pivoine" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b436470..da91e00 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}}