Remove accidental plugin path change
This commit is contained in:
parent
39c93b218d
commit
90af3239f8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
# Optional 'neighbors' plugin adds previous/next post buttons to articles.
|
||||
PLUGIN_PATHS = ['../../pelican-plugins']
|
||||
PLUGIN_PATHS = ['../plugins']
|
||||
PLUGINS = ['i18n_subsites', 'neighbors']
|
||||
|
||||
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue