mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Fixed mathjax support
This commit is contained in:
parent
bbab5aa0f7
commit
e5199c7ef0
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
||||||
}
|
}
|
||||||
</script>
|
</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>
|
<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 -}}
|
{{- range .Site.Params.custom_js -}}
|
||||||
<script src="{{ . }}"></script>
|
<script src="{{ . }}"></script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue