forked from github/pelican
Update the test sample config to set FEED_ALL_RSS instead of FEED_RSS (fixes the custom generation tests)
This commit is contained in:
parent
b6db45420c
commit
578f9ea21e
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue