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/microblog.html | |
| parent | e07090c79b3907299ccfa42ea7949786d087c4d1 (diff) | |
updated mathjax call
Diffstat (limited to 'templates/microblog.html')
| -rw-r--r-- | templates/microblog.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/microblog.html b/templates/microblog.html index 16babb2..7713a1b 100644 --- a/templates/microblog.html +++ b/templates/microblog.html @@ -4,7 +4,7 @@          <meta charset="utf-8">          <title>Yuchen's Microblog</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>  | 
