From e5fda2cc153e86e3e3c096b0fe30ebea15af0264 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 7 Jan 2023 09:16:19 -0800 Subject: [PATCH] Remove .Site.Params.paige.math from math-typesetting.md --- 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 c85a7130..0d950ec6 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 .Site.Params.paige.math }} +{{ if or .Params.paige.math }} {{ partial "math.html" . }} {{ end }} ```