From 1f8087c8e1a5c45a77698736d8b7bc5f720e7a1d Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Thu, 12 Jul 2018 18:11:08 -0600 Subject: [PATCH] Fix broken test --- THANKS | 1 + samples/pelican.conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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/"),