diff --git a/exampleSite/content/blog/math-typesetting.md b/exampleSite/content/blog/math-typesetting.md index 0d950ec6..4ad25f18 100644 --- a/exampleSite/content/blog/math-typesetting.md +++ b/exampleSite/content/blog/math-typesetting.md @@ -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 }} ```