diff options
author | Yihui Xie | 2017-06-16 12:20:24 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-16 12:20:24 -0500 |
commit | f7755a0a0ca99885119cbd520e294b3bd7c0c30d (patch) | |
tree | fc399c2be80b7c538eae02560f1cd04841437918 /exampleSite/layouts/partials | |
parent | 798672d0cebe203e76a1ee1f31836f1ed36cb628 (diff) | |
download | hugo-xmin-f7755a0a0ca99885119cbd520e294b3bd7c0c30d.tar.lz hugo-xmin-f7755a0a0ca99885119cbd520e294b3bd7c0c30d.tar.zst hugo-xmin-f7755a0a0ca99885119cbd520e294b3bd7c0c30d.zip |
protocol-free
Diffstat (limited to 'exampleSite/layouts/partials')
-rw-r--r-- | exampleSite/layouts/partials/foot_custom.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/layouts/partials/foot_custom.html b/exampleSite/layouts/partials/foot_custom.html index acbbb59..3a95d13 100644 --- 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> |