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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2018-05-04 11:17:30 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-05-04 11:17:30 +0300
commit07a47556e9af730e05698e9491c9859caa40f80e (patch)
tree22264d025e5c0ac6fe9ff29b4ad026800fc5f158
parent099aeaab876a63de9a1b8214030fbe5aa36a3a30 (diff)
Update cdn mathjax version to 2.7.4
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 5ac2a26..0badc70 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -18,7 +18,7 @@
messageStyle: 'none'
};
</script>
- <script async src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'></script>
+ <script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
{{- end }}
{{- with .Site.Params.tencent_analytics -}}