Explorar o código

footer: Update MathJax CDN (#160)

MathJax CDN will shutdown, hence update to Cloudflare CDN.

See https://www.mathjax.org/cdn-shutting-down/
Ronny Chevalier %!s(int64=8) %!d(string=hai) anos
pai
achega
6da3f77816
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      layouts/partials/footer.html

+ 1 - 1
layouts/partials/footer.html

@@ -56,7 +56,7 @@
     <script type="text/x-mathjax-config">
     <script type="text/x-mathjax-config">
         MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
         MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']] } });
     </script>
     </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 }}
     {{ end }}
 
 
   </body>
   </body>