fixed rss feed link to keep the same available now
This commit is contained in:
parent
592cea3c48
commit
cd365c86d7
|
@ -74,4 +74,4 @@ MENUITEMS = (('HOME |', '/index.html'),
|
||||||
('CATEGORIE |', '/categories.html'),
|
('CATEGORIE |', '/categories.html'),
|
||||||
('TAG |', '/tags.html'),
|
('TAG |', '/tags.html'),
|
||||||
('CONTATTI |', '/contatti'),
|
('CONTATTI |', '/contatti'),
|
||||||
('RSS', '/feeds/all.atom.xml'),)
|
('RSS', '/feed.xml'),)
|
||||||
|
|
|
@ -15,7 +15,7 @@ SITEURL = 'https://unit.abbiamoundominio.org/tmp/'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds.atom.xml'
|
FEED_ALL_ATOM = 'feeds.atom.xml'
|
||||||
FEED_ALL_RSS = 'feeds.xml'
|
FEED_ALL_RSS = 'feed.xml'
|
||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user