From 78fd402685c4c46fa17630bd4d46513db4fa489f Mon Sep 17 00:00:00 2001 From: maggick Date: Tue, 2 Jan 2024 18:20:24 +0100 Subject: [PATCH] test with _ instead of - --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 2a8c59a89..a3773fa8f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -26,7 +26,7 @@ # Plugins PLUGIN_PATHS = ['./pelican-plugins/'] -PLUGINS = ['summary', 'neighbors', 'post_stats', 'image_process', 'render-math'] +PLUGINS = ['summary', 'neighbors', 'post_stats', 'image_process', 'render_math'] # Social SOCIAL = (('github', 'https://github.com/maggick'),