diff --git a/hugo.toml b/hugo.toml index dbd7a0b..8496561 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 7a63ff8..c89196a 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 -}}