From 65e4d7377b33a1e35dd6d88de5b5331c45605da6 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 16 Feb 2019 19:39:01 +0530 Subject: Upgrade to Pelican 4 --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index f8d5d25..499eb4b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,7 +53,7 @@ SOCIAL = (('twitter', 'https://twitter.com/copyninja_'), STATIC_PATHS = ["images", ] -PLUGIN_PATH = ['../pelican-plugins'] +PLUGIN_PATHS = ['../pelican-plugins'] PLUGINS = [ 'pelican_youtube', 'minification', -- cgit v1.2.3