Skip to content

Commit 126823f

Browse files
authored
Merge pull request #164 from anikdas/mathjax-cdn-update
updated mathjax CDN
2 parents d06af2c + dac8974 commit 126823f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
{% include footer.html %}
1717

1818
<!-- mathjax -->
19-
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
19+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
2020
</body>
21-
</html>
21+
</html>

0 commit comments

Comments
 (0)