From 098dd52e2a5b0d7b554cd53e122e13651d2d0e83 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 19 Nov 2019 14:02:25 +0100 Subject: [PATCH] attivare feed sulle tag per il podcast --- publishconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publishconf.py b/publishconf.py index a5b7dab..497159e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -18,8 +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.{slug}.atom.xml" +#TAG_FEED_ATOM = "feeds.tag_%s.atom.xml" #deprecato +#TAG_FEED_ATOM = "feeds.{slug}.atom.xml" DELETE_OUTPUT_DIRECTORY = True