fix: replace deprecated .Site.LanguageCode with .Site.Language.Locale

Hugo v0.158.0 deprecated .Site.LanguageCode in favor of .Site.Language.Locale,
and deprecated the languageCode config key in favor of locale. Update both to
silence the build warnings.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E8Es4ZhoJG6vrxN3GLGhLz
This commit is contained in:
2026-09-13 17:48:58 +02:00
co-authored by Claude Sonnet 5
parent a379b0d00f
commit 5889f02c21
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
baseURL = "https://pivoine.art/"
languageCode = "en-us"
locale = "en-us"
title = "Pivoine"
copyright = "© 2026 Pivoine Editorial"