Skip to content

Commit 297a053

Browse files
committed
fix: update outdated mathjax CDN
fix: remove not required charset at script tag
1 parent 477cd60 commit 297a053

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_includes/extensions/mathjax.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
}
77
});
88
</script>
9-
<script
10-
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript" async></script>
9+
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script>

0 commit comments

Comments
 (0)