aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2017-04-25 15:42:31 -0600
committerkballou <kballou@devnulllabs.io>2017-09-02 19:31:46 -0600
commit3786b892728aef30fee71f5cba055b63eb0e1441 (patch)
tree7f66e836b9a8397eaa82fe8ff3d8d40f7eb94616
parentf2e1db870cbab7635c21dd1bd8ef1bbd1033dd0d (diff)
downloadblog.kennyballou.com-3786b892728aef30fee71f5cba055b63eb0e1441.tar.gz
blog.kennyballou.com-3786b892728aef30fee71f5cba055b63eb0e1441.tar.xz
Update MathJAX CDN link
[1]: https://www.mathjax.org/cdn-shutting-down/
-rw-r--r--layouts/partials/head_includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index f4b1948..7b867cf 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -2,4 +2,4 @@
<link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<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.0/MathJax.js?config=TeX-MML-AM_CHTML"></script>