This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 37b948d Update pelicanconf.py
37b948d is described below
commit 37b948d385bad013a9ab00a8b8639718ca4eaa6d
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Apr 12 13:02:39 2021 -0700
Update pelicanconf.py
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 583b8c5..8c36df6 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -75,7 +75,7 @@ AUTHOR_FEED_RSS = None
# Pelican Plugins
# The provided location. If the buildbot does not have a new plugin then look
into requirements.txt
PLUGIN_PATHS = ['./theme/plugins']
-PLUGINS = ['toc', 'pelican-gfm', 'sitemap']
+PLUGINS = ['toc2', 'pelican-gfm', 'sitemap']
# TOC Generator
TOC_HEADERS = r"h[1-6]"