mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
rename STATIC_PAGES to TEMPLATE_PAGES
This commit is contained in:
parent
083a8cc172
commit
e0e1b3eecf
4 changed files with 19 additions and 21 deletions
|
|
@ -80,7 +80,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
|
|||
'WEBASSETS': False,
|
||||
'PLUGINS': [],
|
||||
'MARKDOWN_EXTENSIONS': ['toc', ],
|
||||
'STATIC_PAGES': {}
|
||||
'TEMPLATE_PAGES': {}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue