From 17efbb4739c3f96ef3020dfb65105e2a5e0b177e Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 19 Nov 2019 14:04:34 +0100 Subject: [PATCH] attivare feed sulle tag per il podcast --- publishconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 497159e..5e91136 100644 --- a/publishconf.py +++ b/publishconf.py @@ -19,7 +19,8 @@ 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" #deprecato -#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" +#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" #critcal error +TAG_FEED_ATOM = "feeds.tag_{slug}.atom.xml" DELETE_OUTPUT_DIRECTORY = True