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.
This commit is contained in:
jtbx 2025-07-24 10:05:09 +02:00 committed by jtbx
commit f173698126

View file

@ -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