Skip to content

Commit 7fab410

Browse files
committed
Alterado conforme warning:
WARNING: PLUGIN_PATH setting has been replaced by PLUGIN_PATHS, moving it to the new setting name. WARNING: Defining PLUGIN_PATHS setting as string has been deprecated (should be a list)
1 parent ea17f1b commit 7fab410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelicanconf.py

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

5555
# Plugins
56-
PLUGIN_PATH = 'plugins'
56+
PLUGIN_PATHS = ['plugins']
5757

5858
PLUGINS = [
5959
'gravatar',

0 commit comments

Comments
 (0)