1
0
Fork 0
forked from github/pelican

add missing author feeds to pelicanconf template

This commit is contained in:
winlu 2014-09-29 23:38:39 +02:00
commit 9b4b123a0e

View file

@ -16,6 +16,8 @@ DEFAULT_LANG = $lang
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'),