We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0269c5f commit f64a38cCopy full SHA for f64a38c
pelican/migration/pelican.auto.ezt
@@ -19,7 +19,7 @@ THEME = '[theme]'
19
20
# Specify location of plugins, and which to use
21
PLUGIN_PATHS = [ [for p_paths]'[p_paths]', [end] ]
22
-# If the website uses any *.ezmd files, include the 'asfreader' and 'gfm' plugins
+# If the website uses any *.ezmd files, include the 'gfm' and 'asfreader' plugins (in that order)
23
PLUGINS = [ [for use]'[use]', [end] ]
24
25
# All content is located at '.' (aka content/ )
0 commit comments