From f0bc7e34fa3071d3c8f150b5b3dc895cd69c0e0c Mon Sep 17 00:00:00 2001 From: putro Date: Tue, 19 Nov 2019 16:13:50 +0100 Subject: [PATCH] disabled tag feeds --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 840392d..e72213a 100644 --- a/publishconf.py +++ b/publishconf.py @@ -17,7 +17,7 @@ RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds.atom.xml' FEED_ALL_RSS = 'feed.xml' -TAG_FEED_ATOM = 'feeds/feed.{slug}.atom.xml' +#TAG_FEED_ATOM = 'feeds/feed.{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True