get rid of taxonomy error introduced by newer hugo version
parent
179adc70d0
commit
6aa85aecfc
|
@ -3,6 +3,7 @@ title = "Public Money, Public Code"
|
|||
theme = "hugo-creative-theme"
|
||||
DefaultContentLanguage = "en"
|
||||
enableGitInfo = true
|
||||
disableKinds = ["taxonomy", "taxonomyTerm"]
|
||||
|
||||
# Static strings shared by all languages – these are not to be translated!
|
||||
[params.static]
|
||||
|
|
Loading…
Reference in New Issue