Add math.html partial if math parameter is true
This commit is contained in:
@@ -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 }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user