From 8cae9bfc9a9c6b7cd6bf13e9b4c1faa970007a29 Mon Sep 17 00:00:00 2001 From: jtbx Date: Thu, 24 Jul 2025 10:05:09 +0200 Subject: [PATCH] Theme: Fix author names for hugo v0.123.0/ v0.123.3 Hugo v0.123.0 started to capitalize the title of term pages. v0.123.3 introduced config parameters to disable that behaviour. --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index 48f4842..534cd0e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,6 +4,8 @@ defaultContentLanguage = 'de' timeZone = 'Europe/Berlin' title = 'CCC Hansestadt Hamburg e.V.' theme = 'ccchh' +capitalizeListTitles = false +pluralizeListTitles = false cleanDestinationDir = true enableGitInfo = true