From acff31245aaa3dcbb75ca5f28708a9b713a15c31 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 12 Feb 2023 21:49:59 -0800 Subject: [PATCH] Order params --- exampleSite/content/content/math-typesetting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/content/math-typesetting.md b/exampleSite/content/content/math-typesetting.md index 108616b4..34a3248e 100644 --- a/exampleSite/content/content/math-typesetting.md +++ b/exampleSite/content/content/math-typesetting.md @@ -1,10 +1,10 @@ --- authors: [michael_bluth] -title: Math Typesetting date: 2019-03-08 description: A brief guide to setup KaTeX. paige: math: true +title: Math Typesetting --- Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.