rename STATIC_PAGES to TEMPLATE_PAGES

This commit is contained in:
Bruno Binet 2012-10-30 00:27:18 +01:00
commit e0e1b3eecf
4 changed files with 19 additions and 21 deletions

View file

@ -80,7 +80,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
'WEBASSETS': False,
'PLUGINS': [],
'MARKDOWN_EXTENSIONS': ['toc', ],
'STATIC_PAGES': {}
'TEMPLATE_PAGES': {}
}