1
0
Fork 0
forked from github/pelican

Add a default for JINJA_EXTENSIONS (default is no extensions)

This commit is contained in:
Allan Whatmough 2010-12-29 13:21:21 +00:00
commit 164c703861

View file

@ -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):