forked from github/pelican
Set locale to default while writing RSS feeds
to always output RFC822 compatible dates. Fixes #67
This commit is contained in:
parent
06246d1aa4
commit
bbd8305310
2 changed files with 30 additions and 21 deletions
|
|
@ -9,6 +9,9 @@ PDF_GENERATOR = False
|
|||
REVERSE_CATEGORY_ORDER = True
|
||||
LOCALE = 'fr_FR.utf8'
|
||||
|
||||
FEED_RSS = 'feeds/all.rss.xml'
|
||||
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
|
||||
|
||||
LINKS = (('Biologeek', 'http://biologeek.org'),
|
||||
('Filyb', "http://filyb.info/"),
|
||||
('Libert-fr', "http://www.libert-fr.com"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue