From 7e8eef9adcd2db69127c25be021facfda72b53d4 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 29 Jan 2023 15:16:49 -0800 Subject: [PATCH] Remove useless or --- exampleSite/content/blog/math-typesetting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} ```