Skip to content

Commit d0b6e70

Browse files
committed
Update pelicanconf.py
1 parent eabb01f commit d0b6e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pelicanconf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
}
5454

5555
# Plugins
56-
PLUGIN_PATH = 'plugins'
56+
PLUGIN_PATHS = [
57+
'plugins'
58+
]
5759

5860
PLUGINS = [
5961
'gravatar',

0 commit comments

Comments
 (0)