fixed tag_feed generation
This commit is contained in:
parent
ea62ace992
commit
149a87f3fd
|
@ -17,10 +17,7 @@ RELATIVE_URLS = False
|
||||||
FEED_ALL_ATOM = 'feeds.atom.xml'
|
FEED_ALL_ATOM = 'feeds.atom.xml'
|
||||||
FEED_ALL_RSS = 'feed.xml'
|
FEED_ALL_RSS = 'feed.xml'
|
||||||
|
|
||||||
## attivando feed sui tag (solo atom) per avere fare podcast di bitume
|
TAG_FEED_ATOM = 'feeds/feed.{slug}.atom.xml"
|
||||||
#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
|
|
||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user