forked from github/pelican
Add a default for JINJA_EXTENSIONS (default is no extensions)
This commit is contained in:
parent
426ee1f76e
commit
164c703861
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ _DEFAULT_CONFIG = {'PATH': None,
|
|||
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
|
||||
'RELATIVE_URLS': True,
|
||||
'DEFAULT_LANG': 'en',
|
||||
'JINJA_EXTENSIONS': [],
|
||||
}
|
||||
|
||||
def read_settings(filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue