Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-01 12:45:45 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-01 12:45:45 +0300
commitd7b22aee463d4178c1fb4594054c9b1493b9c571 (patch)
tree789f0c13ec04cd08fc34ecac177f67ea1ccf4365 /docs/content/en/templates
parent3cc4fdd6f358263ffde33ccbf61546f073979e32 (diff)
parentc239c643fee10bfa217cb108755b798f8f5f3b10 (diff)
Merge commit 'c239c643fee10bfa217cb108755b798f8f5f3b10'
Diffstat (limited to 'docs/content/en/templates')
-rw-r--r--docs/content/en/templates/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/introduction.md b/docs/content/en/templates/introduction.md
index 43f88f147..17fa5475c 100644
--- a/docs/content/en/templates/introduction.md
+++ b/docs/content/en/templates/introduction.md
@@ -245,7 +245,7 @@ If the _map_, _array_, or _slice_ passed into the range is zero-length then the
### Conditionals
-`if`, `else`, `with`, `or`, and `and` provide the framework for handling conditional logic in Go Templates. Like `range`, each statement is closed with an `{{ end }}`.
+`if`, `else`, `with`, `or`, `and` and `not` provide the framework for handling conditional logic in Go Templates. Like `range`, `if` and `with` statements are closed with an `{{ end }}`.
Go Templates treat the following values as **false**: