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 214e586 Try the extra plugin 214e586 is described below commit 214e58656381837d09c803653eb9a88f8ecee9da Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Fri Apr 9 08:55:03 2021 -0700 Try the extra plugin --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 583b8c5..bb3c04b 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 = ['toc', 'pelican-gfm', 'extra', 'sitemap'] # TOC Generator TOC_HEADERS = r"h[1-6]"