This commit is contained in:
Julien Palard 2023-01-25 21:24:58 +01:00
parent deb9a422b2
commit e204924f7a
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SOCIAL = (
# Path to Plugins
PLUGIN_PATHS = ['pelican-plugins']
# Enable i18n plugin, probably you already have some others here.
PLUGINS = ['i18n_subsites', 'filetime_from_git']
PLUGINS = ['i18n_subsites', 'filetime_from_git', 'gzip_cache']
# Enable Jinja2 i18n extension used to parse translations.
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
I18N_TEMPLATES_LANG = "en"