From 149a87f3fd6c8d6b99f23039e4acbea6096a8f89 Mon Sep 17 00:00:00 2001 From: putro Date: Tue, 19 Nov 2019 15:33:37 +0100 Subject: [PATCH] fixed tag_feed generation --- publishconf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/publishconf.py b/publishconf.py index 56971a4..f43dc25 100644 --- a/publishconf.py +++ b/publishconf.py @@ -17,10 +17,7 @@ RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds.atom.xml' FEED_ALL_RSS = 'feed.xml' -## attivando feed sui tag (solo atom) per avere fare podcast di bitume -#TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" # %s รจ deprecato, usa {slug} -#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #CRITICAL: TypeError -#TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml" #CRITICAL: TypeError +TAG_FEED_ATOM = 'feeds/feed.{slug}.atom.xml" DELETE_OUTPUT_DIRECTORY = True