Mercurial > hg > Blog
diff pelicanconf.py @ 75:ab417a6e0b05 pelican_comment_system
fix the import path of the plugin
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 06 Jan 2016 16:06:59 +0100 |
parents | c2b99e876559 |
children | e99db3bc53c1 |
line wrap: on
line diff
--- 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