aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2018-10-01 08:59:26 -0500
committerYihui Xie <xie@yihui.name>2018-10-01 09:00:27 -0500
commit31231a681a43c5b76799a6c340a692175c07ff99 (patch)
treede0030016818af0a18c00a7437d881d4d3500566
parente658235991d6e6e8d1b5201722054cb1f0d6c3fb (diff)
downloadzk-theme-31231a681a43c5b76799a6c340a692175c07ff99.tar.gz
zk-theme-31231a681a43c5b76799a6c340a692175c07ff99.zip
change mathjax cdn
-rw-r--r--exampleSite/layouts/partials/foot_custom.html2
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>