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:
parent
601b0054e2
commit
f173698126
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue