all repos — archive/hugo-xmin @ f7755a0a0ca99885119cbd520e294b3bd7c0c30d

Customised minimal hugo theme

exampleSite/layouts/partials/foot_custom.html (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
<script src="//yihui.name/js/math-code.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
  tex2jax: {
    inlineMath: [['$','$'], ['\\(','\\)']],
    processEscapes: true
  }
});
</script>
<script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>

<script async src="//yihui.name/js/center-img.js"></script>