diff --git a/pelicanconf.py b/pelicanconf.py index d8b36dc..f14b5a9 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -73,7 +73,7 @@ CATEGORIES_SAVE_AS = False USE_FOLDER_AS_CATEGORY = True PLUGIN_PATHS = ["pelican_plugins"] -PLUGINS = ["sitemap", "filetime_from_git"] +PLUGINS = ["sitemap", "filetime_from_git", "pelican-jinja2content"] SITEMAP = { "format": "xml"