diff --git a/_config.yml b/_config.yml index 78b1f0e08b267..eb857ad41a89d 100644 --- a/_config.yml +++ b/_config.yml @@ -244,6 +244,9 @@ defaults: comments: true share: true related: true + plotly: true + mermaid: true + mathjax: true # _pages - scope: path: "" diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html index 97b950497070d..5f4abe1dd7c82 100644 --- a/_includes/footer/custom.html +++ b/_includes/footer/custom.html @@ -3,17 +3,23 @@ Sitemap - - + {% if page.mathjax %} + + +{% endif %} - +{% if page.plotly %} + +{% endif %} - + {% if page.mermaid %} + +{% endif %}