diff options
author | Yihui Xie | 2017-07-13 02:04:40 -0500 |
---|---|---|
committer | Yihui Xie | 2017-07-13 02:07:56 -0500 |
commit | 85309648e9fd427561ceca4d14ce5d17f5b2e393 (patch) | |
tree | 94bf06f7576070440cb0b3c36c1cada418d06125 /exampleSite/layouts/partials | |
parent | 5e3ead4fe466c0c485a797a8ab5f5fece6753dcd (diff) | |
download | hugo-xmin-85309648e9fd427561ceca4d14ce5d17f5b2e393.tar.lz hugo-xmin-85309648e9fd427561ceca4d14ce5d17f5b2e393.tar.zst hugo-xmin-85309648e9fd427561ceca4d14ce5d17f5b2e393.zip |
no longer need to configure MathJax due to https://github.com/yihui/hugo-lithium-theme/commit/2838faa426f9060dd98b0b7c3aa7a4106863cca5
Diffstat (limited to 'exampleSite/layouts/partials')
-rw-r--r-- | exampleSite/layouts/partials/foot_custom.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html index 3a95d13..658adb2 100644 --- a/exampleSite/layouts/partials/foot_custom.html +++ b/exampleSite/layouts/partials/foot_custom.html @@ -1,12 +1,4 @@ <script src="//yihui.name/js/math-code.js"></script> -<script type="text/x-mathjax-config"> -MathJax.Hub.Config({ - tex2jax: { - inlineMath: [['$','$'], ['\\(','\\)']], - processEscapes: true - } -}); -</script> <script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script> <script async src="//yihui.name/js/center-img.js"></script> |