summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-26 17:36:49 -0500
committerDavid Robillard <d@drobilla.net>2014-11-26 17:36:49 -0500
commit34e276866106969c97cabacb7a9693424233e7ab (patch)
treea74e5705bb47f85849b956773d21bf88b41196d2
parent766633db2116acca1143ee287fe9486f9eaf26e8 (diff)
downloadlv2site-34e276866106969c97cabacb7a9693424233e7ab.tar.xz
Fix building with old Pelican.
-rw-r--r--pelicanconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 7b4b178..46f7066 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -56,6 +56,7 @@ DISPLAY_SERIES_ON_SIDEBAR = False
DISPLAY_CATEGORIES_ON_SIDEBAR = False
PLUGIN_PATHS = ["extra_plugins"]
+PLUGIN_PATH = "extra_plugins"
PLUGINS = ["gallery"]
GALLERY_FOLDER = "galleries"