aboutsummaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 146386f..1fba668 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -36,7 +36,7 @@ MENUITEMS = ()
PATH = 'content'
PATH_METADATA = 'pages/(?P<path>.*)\..*' # Make pages top-level (remove /pages/ from each URL)
# Plugins
-PLUGIN_PATHS = ['../pelican-plugins/']
+PLUGIN_PATHS = ['pelican-plugins/']
PLUGINS = [ 'i18n_subsites', 'pelican-page-hierarchy']
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True