From e65a78a5f5927c1722f4bd92ea4614d5c1340402 Mon Sep 17 00:00:00 2001 From: Marcus P S Date: Wed, 23 Jul 2014 11:46:22 -0400 Subject: [PATCH] Fix MathJax CDN URL According to the [MathJax Blog](http://www.mathjax.org/changes-to-the-mathjax-cdn/), MathJax will retire the `rackcdn` CDN address at the end of this month. Updated the script to used the new CDN URL, and also made it so that the URL is HTTP/HTTPS agnostic, following the [MathJax docs](http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn). --- lib/gollum/templates/layout.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/templates/layout.mustache b/lib/gollum/templates/layout.mustache index 075b5c62..7c58bdd4 100644 --- a/lib/gollum/templates/layout.mustache +++ b/lib/gollum/templates/layout.mustache @@ -42,7 +42,7 @@ {{/mathjax}}