hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit ff316f55a1d2ecfe2e0904a7064a178d6ea3d4b1
parent ceaf84a3db6cd130274849c5a4f550c3c158649f
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 29 May 2018 00:21:27 -0500

Specify MathJax config.

Diffstat:
Mlayouts/partials/mathjax.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/mathjax.html b/layouts/partials/mathjax.html
@@ -1 +1 @@
-<script async src="https://cdn.jsdelivr.net/npm/mathjax@2.7.4/MathJax.js" integrity="sha256-GhM+5JHb6QUzOQPXSJLEWP7R73CbkisjzK5Eyij4U9w=" crossorigin="anonymous"></script>
+<script async src="https://cdn.jsdelivr.net/npm/mathjax@2.7.4/MathJax.js?config=TeX-MML-AM_CHTML" integrity="sha256-GhM+5JHb6QUzOQPXSJLEWP7R73CbkisjzK5Eyij4U9w=" crossorigin="anonymous"></script>