blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit 9766101a4af72d88b3292181d201e947757c0184
parent 806bb3a2f6cc420d5bc411d38e1cd27d6c7e1ea9
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 20 Jan 2018 23:23:46 -0600

Corrected MathJax file path.

Diffstat:
Mlayouts/partials/foot_custom.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/foot_custom.html b/layouts/partials/foot_custom.html
@@ -1,6 +1,6 @@
 <!-- MathJax Support -->
 <script src="/js/math-code.js"></script>
-<script async src="MathJax/MathJax.js?config=TeX-MML-AM_CHTML"></script>
+<script async src="/MathJax/MathJax.js?config=TeX-MML-AM_CHTML"></script>
 
 <!-- Translated footer -->
 {{ with i18n "footer" }}