We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74bd820 + 877d597 commit 301eac2Copy full SHA for 301eac2
layout/_scripts/mathjax.swig
@@ -18,5 +18,7 @@
18
});
19
</script>
20
21
-<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+<script type="text/javascript" src="http://cdn.staticfile.org/mathjax/2.4.0/MathJax.js"></script>
22
+<script type="text/javascript" src="http://cdn.staticfile.org/mathjax/2.4.0/config/TeX-AMS-MML_HTMLorMML.js"></script>
23
+
24
{% endif %}
0 commit comments