Skip to content

Commit eb69102

Browse files
committed
Update pelicanconf.py
1 parent 7d45e91 commit eb69102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Specify location of plugins, and which to use
1616
PLUGIN_PATHS = [ 'plugins', ]
1717
# If the website uses any *.ezmd files, include the 'gfm' and 'asfreader' plugins (in that order)
18-
PLUGINS = [ 'toc', 'spu', 'gfm', 'asfgenid', 'asfrun', 'pelican_mermaid' ]
18+
PLUGINS = [ 'toc', 'spu', 'gfm', 'asfgenid', 'asfrun', ]
1919
# All content is located at '.' (aka content/ )
2020
PAGE_PATHS = [ 'pages' ]
2121
STATIC_PATHS = [ '.', ]

0 commit comments

Comments
 (0)