| commit | 334370d65a9ce5769e8f95ae217a3a76fb8ca466 | [log] [tgz] |
|---|---|---|
| author | Dave Fisher <dave@davefisher.tech> | Thu Jun 03 12:06:11 2021 -0700 |
| committer | Dave Fisher <dave@davefisher.tech> | Thu Jun 03 12:06:11 2021 -0700 |
| tree | 9aa9cec7322cac0bce9cec0705bbadbf17ac9a76 | |
| parent | 7abb39acc842e5742b76cfa535932448ee2aa5ef [diff] |
add table class
diff --git a/pelicanconf.py b/pelicanconf.py index 20545ef..c297cb0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py
@@ -129,7 +129,7 @@ 'permalinks': True, 'toc': True, 'toc_headers': r"h[1-5]", - 'tables': False, + 'tables': True, 'debug': False }