From 578f9ea21eb036fcc323ca3b6b3f59505e855d86 Mon Sep 17 00:00:00 2001 From: jawher Date: Tue, 30 Oct 2012 21:09:10 +0100 Subject: [PATCH] Update the test sample config to set FEED_ALL_RSS instead of FEED_RSS (fixes the custom generation tests) --- samples/pelican.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py index e55e0c0b..ce51c0fd 100755 --- a/samples/pelican.conf.py +++ b/samples/pelican.conf.py @@ -12,7 +12,7 @@ LOCALE = "C" DEFAULT_PAGINATION = 4 DEFAULT_DATE = (2012, 03, 02, 14, 01, 01) -FEED_RSS = 'feeds/all.rss.xml' +FEED_ALL_RSS = 'feeds/all.rss.xml' CATEGORY_FEED_RSS = 'feeds/%s.rss.xml' LINKS = (('Biologeek', 'http://biologeek.org'),