Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Taviani <helios89@gmail.com>2017-05-05 20:26:48 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-05-19 21:52:40 +0300
commit95a28dc9882712e3fdbf3fdb36e8154df5998e9e (patch)
treeceb020a45d0fdddde7d0676abedfd30319584d48
parent8ae10b832727b123f1bd6a85ee8b09afa3d231df (diff)
Switch CDN for MathJax
That CDN of MathJax has been retired: https://www.mathjax.org/cdn-shutting-down/ This commit replaces it with the recommended replacement cndjs.com
-rw-r--r--layouts/partials/footer_js.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer_js.html b/layouts/partials/footer_js.html
index 7887047..63f1382 100644
--- a/layouts/partials/footer_js.html
+++ b/layouts/partials/footer_js.html
@@ -15,5 +15,5 @@ MathJax.Hub.Config({
inlineMath: [['$','$'], ['\\(','\\)']]}
});
</script>
-<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
-{{ end }} \ No newline at end of file
+<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
+{{ end }}