summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/mathjax.html
blob: 8a5ea042254360b74fbeb91dadb8d4e9ce465702 (plain)
1
2
3
{{ 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 }}