thrrgilag.net/themes/binario/layouts/partials/mathjax.html
Morgan McMillian 022c04d286 new site theme
2019-09-07 12:40:58 -07:00

3 lines
283 B
HTML

{{ if and .IsPage (eq (.Param "mathjax") true) }}
<script src="{{ .Param "mathjaxPath" | default "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" }}{{ with .Param "mathjaxConfig" | default "TeX-AMS-MML_HTMLorMML" }}?config={{ . }}{{ end }}" async></script>
{{ end }}