From 8cb85b265345f3242f719ba29e5074e9067abe9d Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sat, 25 May 2024 01:27:03 +0200 Subject: [PATCH] feat: add markdown-include plugins --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 70db034..374487e 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -73,7 +73,7 @@ AUTHOR_FEED_RSS = None THEME = 'theme/' PLUGIN_PATHS = ['plugins'] -PLUGINS = ['neighbors'] +PLUGINS = ['neighbors', 'md_include'] # Attila theme HEADER_COVERS_BY_CATEGORY = []