Fixed mathjax support

This commit is contained in:
Brandon Rozek 2023-10-02 15:11:34 -04:00
parent bbab5aa0f7
commit e5199c7ef0
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -50,6 +50,10 @@
}
</script>
<script async src="https://dash.brandonrozek.com/tracker.js" data-ackee-server="https://dash.brandonrozek.com" data-ackee-domain-id="41f92524-47ad-497b-b342-a8c296e4b11b"></script>
<!-- MathJax -->
{{- if or .Params.math .Site.Params.math -}}
{{ partial "mathjax_support.html" . }}
{{- end -}}
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
{{ end }}