diff options
author | Yuchen Pei <me@ypei.me> | 2019-03-19 16:18:40 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2019-03-19 16:18:40 +0100 |
commit | 01f02143bbb94e8d0b873daa0df087db4e488b22 (patch) | |
tree | 4346c1fbcde4f521cfd5f7960acc430872a09317 /templates/postlist.html | |
parent | e07090c79b3907299ccfa42ea7949786d087c4d1 (diff) |
updated mathjax call
Diffstat (limited to 'templates/postlist.html')
-rw-r--r-- | templates/postlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/postlist.html b/templates/postlist.html index 993eaad..00282e4 100644 --- a/templates/postlist.html +++ b/templates/postlist.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>All posts</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> |