This commit is contained in:
Sid
2023-12-03 20:34:57 +05:30
committed by GitHub
parent b57ea5ac89
commit f3943f9c8b
+1 -1
View File
@@ -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" }}
```