From f3943f9c8ba25d1302a35c8273143aebca3dd01e Mon Sep 17 00:00:00 2001 From: Sid <122173059+hugo-sid@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:34:57 +0530 Subject: [PATCH] Fix typo --- content/en/methods/site/Param.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/methods/site/Param.md b/content/en/methods/site/Param.md index f39a17675..b699ef2d4 100644 --- a/content/en/methods/site/Param.md +++ b/content/en/methods/site/Param.md @@ -25,5 +25,5 @@ The above is equivalent to either of these: ```go-html-template {{ .Site.Params.display_toc }} -{{ index .Site.Params "display_toc: }} +{{ index .Site.Params "display_toc" }} ```