From 3695fd875b2f5cf94ab293a1f4236c225c280282 Mon Sep 17 00:00:00 2001 From: Alfredo Beaumont Date: Mon, 10 Apr 2017 16:56:45 +0200 Subject: [PATCH] Update MathJax's CDN --- plugins/mathjax.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mathjax.lisp b/plugins/mathjax.lisp index 31e7cc7..315844d 100644 --- a/plugins/mathjax.lisp +++ b/plugins/mathjax.lisp @@ -23,7 +23,7 @@ (some #'mathjax-p (index-content index))))) (defun enable (&key force config (preset "TeX-AMS-MML_HTMLorMML") - (location "http://cdn.mathjax.org/mathjax/latest/MathJax.js")) + (location "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js")) (flet ((inject-p (x) (when (or force (mathjax-p x)) (format nil *mathjax-header* config location preset))))