Fix math partial template example

This commit is contained in:
Will Faught
2022-12-30 23:32:37 -08:00
parent 21939acfb3
commit e56cc43403

View File

@@ -17,7 +17,7 @@ In this example we will be using [KaTeX](https://katex.org/)
- Include the partial in your templates like so: - Include the partial in your templates like so:
``` ```
{{ if or .Params.math .Site.Params.math }} {{ if or .Params.paige.math .Site.Params.paige.math }}
{{ partial "math.html" . }} {{ partial "math.html" . }}
{{ end }} {{ end }}
``` ```