Remove useless or

master
Will Faught 2 years ago
parent 271d853421
commit 7e8eef9adc

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

Loading…
Cancel
Save