Add sitemap
This commit is contained in:
parent
965194c162
commit
bb6f095a11
1 changed files with 5 additions and 0 deletions
|
@ -68,3 +68,8 @@ CATEGORY_SAVE_AS = False
|
||||||
CATEGORIES_SAVE_AS = False
|
CATEGORIES_SAVE_AS = False
|
||||||
|
|
||||||
PLUGIN_PATHS = ["plugins"]
|
PLUGIN_PATHS = ["plugins"]
|
||||||
|
PLUGINS = ['sitemap']
|
||||||
|
|
||||||
|
SITEMAP = {
|
||||||
|
'format': 'xml'
|
||||||
|
}
|
||||||
|
|
Reference in a new issue