header.html: grab local copy of MathJax.js

This commit is contained in:
Rico Ullmann 2023-01-05 23:48:48 +01:00
parent 1237910613
commit 514eabf49d
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
2 changed files with 20 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<!-- Mathjax support --> <!-- Mathjax support -->
{{ with .Site.Params.mathjax }} {{ with .Site.Params.mathjax }}
<script type="text/javascript" <script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> src="js/MathJax.js" integrity="sha384-Ra6zh6uYMmH5ydwCqqMoykyf1T/+ZcnOQfFPhDrp2kI4OIxadnhsvvA2vv9A7xYv">
</script> </script>
<!-- inline Mathjax --> <!-- inline Mathjax -->

19
static/js/MathJax.js Normal file

File diff suppressed because one or more lines are too long