From b4ade808e6e8e1bab0ffcc0b61897b1b7feebded Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 30 Dec 2022 00:33:11 -0800 Subject: [PATCH] Fix code type --- 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 65b13bf8..fa6bf2bc 100644 --- a/exampleSite/content/blog/math-typesetting.md +++ b/exampleSite/content/blog/math-typesetting.md @@ -16,7 +16,7 @@ In this example we will be using [KaTeX](https://katex.org/) - Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally. - Include the partial in your templates like so: -```bash +``` {{ if or .Params.math .Site.Params.math }} {{ partial "math.html" . }} {{ end }}