Turn 'authors' in to a taxonomy item

This commit is contained in:
rra
2022-05-24 10:02:14 +02:00
parent c51d8647c7
commit 7e63ad767a
3 changed files with 7 additions and 2 deletions

View File

@ -13,3 +13,8 @@ pluralizeListTitles = "false"
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
author = "authors"
tag = "tags"
category = "categories"