fixed tag_feed generation

proposta-home
putro 2019-11-19 15:33:37 +01:00
parent ea62ace992
commit 149a87f3fd
1 changed files with 1 additions and 4 deletions

View File

@ -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