Mercurial > hg > Blog
changeset 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 | 8de1cc117d89 | 
| children | 7aa5f064106e 92846a71739f | 
| files | pelicanconf.py | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
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
