Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2018-10-01 17:57:51 +0300
committerYihui Xie <xie@yihui.name>2018-10-01 17:57:51 +0300
commit369c49fc4cbd11109773895151edce464de7eded (patch)
treea1ebacb9a94eef550c21a8f9287fc8e1c8cbff54
parent506aaa7b34fbf1f87b9ed7b0577c60c144fa4c3c (diff)
use the rstudio mathjax cdn
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 78d4c83..4701244 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,7 +16,7 @@
{{ if and (not .Params.disable_mathjax) (or (in (string .Content) "\\") (in (string .Content) "$")) }}
<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>
{{ end }}
{{ if and (not .Params.disable_highlight) (in (string .Content) "</pre>") }}