Fixed tests pelicanconf.py

This commit is contained in:
Marcel Huth 2016-08-10 19:37:39 +02:00
parent 5497850c51
commit 52c0b0c4e6

View file

@ -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'