Enable feed outputs in example site

master
Will Faught 5 months ago
parent c8e008636d
commit 176d24e38d

@ -29,10 +29,10 @@ startlevel = 2
path = "github.com/willfaught/paige"
[outputs]
home = ["html", "paige-search"]
section = ["html"]
taxonomy = ["html"]
term = ["html"]
home = ["atom", "html", "paige-search", "rss"]
section = ["atom", "html", "rss"]
taxonomy = ["atom", "html", "rss"]
term = ["atom", "html", "rss"]
[pagination]
pagersize = 50

Loading…
Cancel
Save