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"