diff --git a/THANKS b/THANKS index cfa343f6..348c0b59 100644 --- a/THANKS +++ b/THANKS @@ -155,6 +155,7 @@ Tshepang Lekhonkhobe Valentin-Costel Hăloiu Vlad Niculae William Light +William Minchin Wladislaw Merezhko W. Trevor King Zoresvit diff --git a/samples/pelican.conf.py b/samples/pelican.conf.py index 41d251a0..0f67ee83 100755 --- a/samples/pelican.conf.py +++ b/samples/pelican.conf.py @@ -18,7 +18,7 @@ DEFAULT_PAGINATION = 4 DEFAULT_DATE = (2012, 3, 2, 14, 1, 1) FEED_ALL_RSS = 'feeds/all.rss.xml' -CATEGORY_FEED_RSS = 'feeds{slug}.rss.xml' +CATEGORY_FEED_RSS = 'feeds/{slug}.rss.xml' LINKS = (('Biologeek', 'http://biologeek.org'), ('Filyb', "http://filyb.info/"),