Independent control of taxonomy display on list AND single pages

Sensible defaults: `.Params` will trump article and list `showTaxonomies` settings.
This commit is contained in:
Michael Hulse
2022-10-19 22:34:18 -07:00
parent cc5807bde0
commit 4b318084bc
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -52,6 +52,7 @@ enableCodeCopy = false
showSummary = false
showTableOfContents = false
groupByYear = true
showTaxonomies = false
[sitemap]
excludedKinds = ["taxonomy", "term"]