From 5be334d049a4158a76c6d0117e64199323daaed1 Mon Sep 17 00:00:00 2001 From: tristor Date: Fri, 5 Feb 2021 17:04:58 -0600 Subject: This change reduces configurability, but that configurability would require significant refactoring. Instead, it ditches the default cdn.bootcss.com that hangs and replaces it with the MathJax recommendation of Cloudflare CDNJS. Additionally, it bumps the default version from 2.7.1 to 2.7.7, the last release in the 2.7 series. --- layouts/partials/footer_mathjax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer_mathjax.html b/layouts/partials/footer_mathjax.html index 2bacfd6..5319ec7 100644 --- a/layouts/partials/footer_mathjax.html +++ b/layouts/partials/footer_mathjax.html @@ -1,4 +1,4 @@ {{ if and (not .Params.disable_mathjax) (or (in (string .Content) "\\") (in (string .Content) "$")) }} - + {{ end }} \ No newline at end of file -- cgit v1.2.3