add feed_show_tags option

This commit is contained in:
Dean Attali 2020-09-01 05:48:24 +00:00
parent a0b2ccee84
commit b492d72764
3 changed files with 6 additions and 1 deletions

View file

@ -79,6 +79,9 @@ excerpt_length: 50
# Whether or not to show an excerpt for every blog post in the feed page
feed_show_excerpt: true
# Whether or not to show a list of tags below each post preview in the feed page
feed_show_tags: true
# The keywords to associate with your website, for SEO purposes
#keywords: "my,list,of,keywords"