aboutsummaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2019-03-19 16:18:40 +0100
committerYuchen Pei <me@ypei.me>2019-03-19 16:18:40 +0100
commit01f02143bbb94e8d0b873daa0df087db4e488b22 (patch)
tree4346c1fbcde4f521cfd5f7960acc430872a09317 /templates/default.html
parente07090c79b3907299ccfa42ea7949786d087c4d1 (diff)
updated mathjax call
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html
index b2886e5..b899d07 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>$title$</title>
<link rel="stylesheet" href="../assets/css/default.css" />
- <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<script src="../assets/js/analytics.js" type="text/javascript"></script>
</head>
<body>