diff --git a/publishconf.py b/publishconf.py index 8140557..a5b7dab 100644 --- a/publishconf.py +++ b/publishconf.py @@ -18,7 +18,8 @@ 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" +#TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" +TAG_FEED_ATOM = "feeds.{slug}.atom.xml" DELETE_OUTPUT_DIRECTORY = True