# HG changeset patch # User Dirk Olmes # Date 1452092819 -3600 # Node ID ab417a6e0b0568a60bd80e18ca15488645a23ae9 # Parent 8de1cc117d891aa0deeadb80b1579d35bc08ef2e fix the import path of the plugin diff -r 8de1cc117d89 -r ab417a6e0b05 pelicanconf.py --- a/pelicanconf.py Sun Jan 03 00:54:02 2016 +0100 +++ b/pelicanconf.py Wed Jan 06 16:06:59 2016 +0100 @@ -12,7 +12,7 @@ DEFAULT_DATE_FORMAT = u'%d.%m.%Y' TYPOGRIFY = True -PLUGIN_PATHS = ['../pelican-plugins/pelican_comment_system'] +PLUGIN_PATHS = ['../pelican-plugins'] PLUGINS = ['pelican_comment_system'] # pelican_comment_system plugin config