From 1a9c3ae81350ff5ea443915d2e9954bc43152393 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 = []