thrrgilag.net/themes/binario/layouts/partials/mathjax.html

3 lines
283 B
HTML
Raw Normal View History

2019-09-07 19:40:58 +00:00
{{ 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 }}