diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2013-04-28 19:54:45 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2013-05-01 10:33:08 +0200 |
commit | dc214056449119b29ad7b19b8d47e81b343ff453 (patch) | |
tree | e5fbae31ed73509852d45354ab682e8c96e5c42f /pelicanconf.py | |
parent | bfc347fdea8ebf0246902cbf7c95cfd5b518b4e8 (diff) |
Updated theme and templates
Updated to pelican 3.2
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index d20f05c..68e654d 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -40,7 +40,9 @@ FILES_TO_COPY = ( ('../extras/htaccess', '.htaccess'), ) -from pelican.plugins import related_posts -PLUGINS = [related_posts] +PLUGIN_PATH = 'plugins' + +#from pelican.plugins import related_posts +PLUGINS = ['related_posts'] SUMMARY_MAX_LENGTH=100 |