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 633e9c6 Try attr_list
633e9c6 is described below
commit 633e9c67a1ec05b448880c3ea5a4aa618d8da1a8
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Apr 9 09:05:43 2021 -0700
Try attr_list
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index bb3c04b..9d74f59 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', 'extra', 'sitemap']
+PLUGINS = ['toc', 'pelican-gfm', 'attr_list', 'sitemap']
# TOC Generator
TOC_HEADERS = r"h[1-6]"