content: Fix typo

This commit is contained in:
cmahnke
2025-08-24 00:38:36 +02:00
committed by GitHub
parent e09f6b0c57
commit 54fad1e017
+1 -1
View File
@@ -18,7 +18,7 @@ For example, consider this site configuration:
showHeroImage = false
{{< /code-toggle >}}
It the value of `showHeroImage` is `true`, we can detect that it exists using either `if` or `with`:
If the value of `showHeroImage` is `true`, we can detect that it exists using either `if` or `with`:
```go-html-template
{{ if site.Params.showHeroImage }}