Add math.html partial if math parameter is true

myFork
Aadhavan Srinivasan 2 days ago
parent 201a496d2e
commit 0ef7303920

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

Loading…
Cancel
Save