diff options
author | Yihui Xie | 2018-10-01 08:59:26 -0500 |
---|---|---|
committer | Yihui Xie | 2018-10-01 09:00:27 -0500 |
commit | 31231a681a43c5b76799a6c340a692175c07ff99 (patch) | |
tree | de0030016818af0a18c00a7437d881d4d3500566 | |
parent | e658235991d6e6e8d1b5201722054cb1f0d6c3fb (diff) | |
download | hugo-xmin-31231a681a43c5b76799a6c340a692175c07ff99.tar.lz hugo-xmin-31231a681a43c5b76799a6c340a692175c07ff99.tar.zst hugo-xmin-31231a681a43c5b76799a6c340a692175c07ff99.zip |
change mathjax cdn
-rw-r--r-- | exampleSite/layouts/partials/foot_custom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html index 658adb2..270a44d 100644 --- a/exampleSite/layouts/partials/foot_custom.html +++ b/exampleSite/layouts/partials/foot_custom.html @@ -1,4 +1,4 @@ <script src="//yihui.name/js/math-code.js"></script> -<script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script> +<script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script> <script async src="//yihui.name/js/center-img.js"></script> |