Skip to content

Commit

Permalink
fix: update outdated mathjax CDN
Browse files Browse the repository at this point in the history
fix: remove not required charset at script tag
  • Loading branch information
Rotzbua committed Dec 26, 2023
1 parent 477cd60 commit 297a053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _includes/extensions/mathjax.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
}
});
</script>
<script
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript" async></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script>

0 comments on commit 297a053

Please sign in to comment.