Skip to content
Snippets Groups Projects
Commit 7b9ecdbe authored by inso's avatar inso
Browse files

Fix builds

parent 1b931615
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,9 @@ PYGMENTS_STYLE = 'default'
PATH_METADATA = 'pages/(?P<path>.*)\..*'
JINJA_EXTENSIONS = ['jinja2.ext.i18n']
JINJA_ENVIRONMENT = JINJA_EXTENSIONS.copy() # for latest pelican version
JINJA_ENVIRONMENT = {
'extensions': JINJA_EXTENSIONS.copy() # for latest pelican version
}
I18N_SUBSITES = {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment