summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2014-10-10 11:15:33 -0700
committerJustin Mayer <entroP@gmail.com>2014-10-10 11:15:33 -0700
commit17c551c7934935ab5959b3705eafc69874054ed7 (patch)
tree866ac8f8a9b62b91594123505e8bfa2ff5e769fd
parent7feb638b5c568eac73aaa623264b9bb3e99caadc (diff)
parent9b4b123a0ea56af6c74e4d2596a9f9db5dcbb869 (diff)
downloadpelican-17c551c7934935ab5959b3705eafc69874054ed7.tar.gz
Merge pull request #1484 from ingwinlu/complete_rss_feed_removal
add missing author feeds to pelicanconf template
-rw-r--r--pelican/tools/templates/pelicanconf.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pelican/tools/templates/pelicanconf.py.in b/pelican/tools/templates/pelicanconf.py.in
index 1a02a9de..e9570c4a 100644
--- a/pelican/tools/templates/pelicanconf.py.in
+++ b/pelican/tools/templates/pelicanconf.py.in
@@ -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/'),