hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit f7755a0a0ca99885119cbd520e294b3bd7c0c30d
parent 798672d0cebe203e76a1ee1f31836f1ed36cb628
Author: Yihui Xie <xie@yihui.name>
Date:   Fri, 16 Jun 2017 12:20:24 -0500

protocol-free

Diffstat:
MexampleSite/layouts/partials/foot_custom.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html
@@ -1,4 +1,4 @@
-<script src="https://yihui.name/js/math-code.js"></script>
+<script src="//yihui.name/js/math-code.js"></script>
 <script type="text/x-mathjax-config">
 MathJax.Hub.Config({
   tex2jax: {
@@ -9,4 +9,4 @@ MathJax.Hub.Config({
 </script>
 <script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
 
-<script async src="https://yihui.name/js/center-img.js"></script>
+<script async src="//yihui.name/js/center-img.js"></script>