1
Fork 0

Add sitemap

This commit is contained in:
Jake Howard 2016-05-17 18:32:23 +01:00
parent 965194c162
commit bb6f095a11

View file

@ -68,3 +68,8 @@ CATEGORY_SAVE_AS = False
CATEGORIES_SAVE_AS = False
PLUGIN_PATHS = ["plugins"]
PLUGINS = ['sitemap']
SITEMAP = {
'format': 'xml'
}