Remove .Site.Params.paige.math from math-typesetting.md

This commit is contained in:
Will Faught
2023-01-07 09:16:19 -08:00
parent ca7476293c
commit e5fda2cc15

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:
```
{{ if or .Params.paige.math .Site.Params.paige.math }}
{{ if or .Params.paige.math }}
{{ partial "math.html" . }}
{{ end }}
```