diff --git a/hugo.toml b/hugo.toml index 85b5e92..9c9bc3d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = "https://pivoine.art/" -languageCode = "en-us" +locale = "en-US" title = "Pivoine" copyright = "© 2026 Pivoine Editorial" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3e790f7..ec9aab3 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 452ae3f..c36d5f9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -39,7 +39,7 @@ /> - + {{- $ogImage := .Site.Params.ogImage -}} {{- $ogImageAlt := .Site.Title -}} {{- with .Params.banner -}}