Browse Source

fix for polyfill.io supply chain attack

main
Nicolas Massé 1 year ago
parent
commit
d008dee76a
  1. 2
      layouts/partials/mathjax.html

2
layouts/partials/mathjax.html

@ -1,5 +1,5 @@
<!-- From https://note.qidong.name/2018/03/hugo-mathjax/ -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js"></script>
<script>
MathJax = {
tex: {

Loading…
Cancel
Save