Skip to content

Commit

Permalink
Migrate Mathjax to new CDN (fixes #482)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackMorganNZ committed Jan 27, 2018
1 parent 0965fa9 commit 2ea2571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/html-templates.conf
Expand Up @@ -114,7 +114,8 @@ title='{title_text}'
{mathjax}
{mathjax_config}
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
{mathjax end}

{mathjax-screen-config}
Expand Down

0 comments on commit 2ea2571

Please sign in to comment.