feat(list): ability to show article tags on homepage (#1270)
* feat(list): ability to show article tags on homepage closes https://github.com/CaiJimmy/hugo-theme-stack/issues/880 * Disable showTags by default
This commit is contained in:
@@ -24,6 +24,10 @@ SortBy = "default"
|
||||
toc = true
|
||||
readingTime = true
|
||||
|
||||
[article.list]
|
||||
# Showing article tags in the list view (e.g. homepage, section pages)
|
||||
showTags = false
|
||||
|
||||
[article.license]
|
||||
enabled = false
|
||||
default = "Licensed under CC BY-NC-SA 4.0"
|
||||
|
||||
Reference in New Issue
Block a user