Remove useless or
This commit is contained in:
@@ -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.paige.math }}
|
{{ if .Params.paige.math }}
|
||||||
{{ partial "math.html" . }}
|
{{ partial "math.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user