christianermann.dev-hugo

The Hugo source for my website
git clone git://git.christianermann.dev/christianermann.dev-hugo
Log | Files | Refs | Submodules | README

custom_head.html (81B)


      1 {{ if or .Params.math .Site.Params.math }}
      2 {{ partial "math.html" . }}
      3 {{ end }}