Only generate RSS for sections

This commit is contained in:
Joshua Goins 2022-09-14 11:22:06 -04:00
parent 4cfea347ae
commit 545c55ab3f

View file

@ -58,3 +58,7 @@ theme = 'red'
url = '/about' url = '/about'
weight = 9 weight = 9
[outputs]
home = ["HTML"]
page = ["HTML"]
section = ["HTML", "RSS"]