Fixed tests pelicanconf.py
This commit is contained in:
parent
5497850c51
commit
52c0b0c4e6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from __future__ import unicode_literals
|
|||
PLUGIN_PATHS = ['../plugins']
|
||||
PLUGINS = ['i18n_subsites']
|
||||
|
||||
JINJA_EXTENSIONS = ['jinja2.ext.i18n']
|
||||
JINJA_EXTENSIONS = ['jinja2.ext.i18n', 'jinja2.ext.autoescape', 'jinja2.ext.with_']
|
||||
|
||||
AUTHOR = u'Test'
|
||||
SITEURL = u'http://localhost:8000'
|
||||
|
|
Loading…
Reference in a new issue