diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2014-11-15 09:19:47 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2014-11-15 09:19:47 +0100 |
commit | 522cef8dcb4c5b68646d0862545e7e381f539257 (patch) | |
tree | d57a3c4db3cf181dd08624bcc4c566804cc98431 | |
parent | 2c3cf5179f16e8303ece57e3dbb191a46f3dcb85 (diff) |
Configuration correction
-rwxr-xr-x | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |