From e49de14f9007219feee06ca9915e6896b4841cc2 Mon Sep 17 00:00:00 2001 From: russellballestrini Date: Mon, 18 Apr 2016 19:41:52 -0400 Subject: [PATCH] pelicanconf all.atom.feed modified: pelicanconf.py --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 4e7afa3..f78047c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -37,7 +37,7 @@ TIMEZONE = 'America/New_York' DEFAULT_LANG = u'en' # Atom all feed. -FEED_ALL_ATOM = 'True' +FEED_ALL_ATOM = 'feeds/all.atom.xml' # Feed generation is usually not desired when developing CATEGORY_FEED_ATOM = None