From e204924f7a1bff2b49b2d3f4103ca42ba3a1e277 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Wed, 25 Jan 2023 21:24:58 +0100 Subject: [PATCH] Why not. --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index a09c514..3fd642e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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"