This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans-site.git
commit b202875451eeceadc64fb366e66adb612749761f Author: Dave Fisher <[email protected]> AuthorDate: Mon Jun 7 10:05:19 2021 -0700 html as is --- pelicanconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 4630dd7..57d875a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -62,6 +62,9 @@ TAGS_SAVE_AS = '' # We want to serve our static files mixed with content. STATIC_PATHS = ['.'] +# we want any html to be served as is +READERS = {'html': None} + # We don't use articles, but we don't want pelican to think # that content/ contains articles. ARTICLE_PATHS = ['articles']
