From 437f8660a0a483f1698e0f1c5d8abdd8ca1946f7 Mon Sep 17 00:00:00 2001 From: lilly Date: Thu, 4 Jun 2026 15:34:03 +0200 Subject: [PATCH] use non-deprecated locale key instead of languageCode --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 3b2548b..62fb6ad 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = 'https://hamburg.ccc.de/' -languageCode = 'de-de' +locale = 'de-de' defaultContentLanguage = 'de' timeZone = 'Europe/Berlin' title = 'CCC Hansestadt Hamburg e.V.'