Skip to content

Commit

Permalink
fix: missing MathJax resources (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
scissorsneedfoodtoo authored Jun 21, 2024
1 parent 267064f commit 55cdc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/post.njk
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ time #}
type="text/javascript"
id="MathJax-script"
data-test-label="mathjax-script"
src="https://cdn.freecodecamp.org/news-assets/mathjax/3.2.2/tex-mml-chtml.min.js"
src="https://cdn.freecodecamp.org/news-assets/mathjax/3.2.2/es5/tex-mml-chtml.js"
defer
></script>
{% endif %}
Expand Down

0 comments on commit 55cdc47

Please sign in to comment.