mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
footer: Update MathJax CDN (#160)
MathJax CDN will shutdown, hence update to Cloudflare CDN. See https://www.mathjax.org/cdn-shutting-down/
This commit is contained in:
parent
d5c27afdea
commit
6da3f77816
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
|
||||
</script>
|
||||
<script async src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML"></script>
|
||||
<script async src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_CHTML"></script>
|
||||
{{ end }}
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue