Add math.html partial if math parameter is true

This commit is contained in:
2025-07-02 16:10:55 -04:00
parent 201a496d2e
commit 0ef7303920

View File

@@ -42,6 +42,9 @@
{{ with .Params.customJS }}
<script type="module" src="{{ . | relURL }}"></script>
{{ end }}
{{ if .Param "math" }}
{{ partialCached "math.html" . }}
{{ end }}
{{ partial "paige/links.html" $page }}