aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2022-06-14 23:03:55 -0500
committerYihui Xie <xie@yihui.name>2022-06-14 23:03:55 -0500
commit288e57b3d2981beec9b96d39dfcaa0908e226ef7 (patch)
tree551b9b8b0793ad9c8767579057ab55cf96972d41
parentae0bdbeb103133c15936fd15d77f9bba6119e59d (diff)
downloadzk-theme-288e57b3d2981beec9b96d39dfcaa0908e226ef7.tar.gz
zk-theme-288e57b3d2981beec9b96d39dfcaa0908e226ef7.zip
replace bootcss with rstudio's mathjax
-rw-r--r--exampleSite/content/about.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index 804e82b..eab0811 100644
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -53,7 +53,7 @@ There are two layout files under `layouts/partials/` that you may want to overri
```html
<script defer src="//yihui.org/js/math-code.js"></script>
-<script defer src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
+<script defer src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
<script defer src="//yihui.org/js/center-img.js"></script>