From 522cef8dcb4c5b68646d0862545e7e381f539257 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 15 Nov 2014 09:19:47 +0100 Subject: Configuration correction --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 1c3a1f6..8e5b2f4 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -52,7 +52,7 @@ EXTRA_PATH_METADATA = { } -PLUGIN_PATH = 'plugins' +PLUGIN_PATHS = ['plugins'] #from pelican.plugins import related_posts PLUGINS = ['related_posts'] -- cgit v1.2.3