hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit 5c22e6999f069cf28d7263c8424c1c885842a05d
parent 7dcc1c45bacc46bda5e90d7d6016d365a73454fd
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 28 May 2018 10:02:27 -0500

Use mathjax cdn to make the theme self-sufficient.

Diffstat:
Mlayouts/partials/include_js.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/layouts/partials/include_js.html b/layouts/partials/include_js.html
@@ -1,2 +1,3 @@
 <script src="/js/math-code.js"></script>
-<script async src="/MathJax/MathJax.js?config=TeX-MML-AM_CHTML"></script>
+<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/config/TeX-MML-AM_CHTML.js" integrity="sha256-c2QgDYgp3LjRGqyBktDLlyWmXcfa+m356HmAebBiSS8=" crossorigin="anonymous"></script>
+<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js" integrity="sha256-GhM+5JHb6QUzOQPXSJLEWP7R73CbkisjzK5Eyij4U9w=" crossorigin="anonymous"></script>