From 95a28dc9882712e3fdbf3fdb36e8154df5998e9e Mon Sep 17 00:00:00 2001 From: Davide Taviani Date: Fri, 5 May 2017 19:26:48 +0200 Subject: 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 --- layouts/partials/footer_js.html | 4 ++-- 1 file 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: [['$','$'], ['\\(','\\)']]} }); - -{{ end }} \ No newline at end of file + +{{ end }} -- cgit v1.2.3