From 968a31ed90acd4907f269c4a98a69cea3c23ae2c Mon Sep 17 00:00:00 2001 From: ppoffice Date: Sun, 16 Jul 2017 17:36:17 +0800 Subject: [PATCH] chore: update mathjax cdn --- layout/plugin/scripts.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/plugin/scripts.ejs b/layout/plugin/scripts.ejs index 332eca1..f712979 100644 --- a/layout/plugin/scripts.ejs +++ b/layout/plugin/scripts.ejs @@ -33,6 +33,6 @@ - <%- js('https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML') %> + <%- js('https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML') %> <% } %> <% } %>