summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-08 13:32:01 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-08 13:32:01 +0200
commit5b5dcb8d5a4669e1768951b452cfd53c6b25825c (patch)
treec364895dfba48457afd2b83ceaae2e085fae0428 /docs/content/en/functions
parentffe3eb9195e0f3184df9fc416d5f6ee12fdba91b (diff)
parentec920363cdeb687c8bcac9c242767d366fb058cb (diff)
Diffstat (limited to 'docs/content/en/functions')
-rw-r--r--docs/content/en/functions/cond.md1
-rw-r--r--docs/content/en/functions/default.md1
-rw-r--r--docs/content/en/functions/uniq.md1
3 files changed, 0 insertions, 3 deletions
diff --git a/docs/content/en/functions/cond.md b/docs/content/en/functions/cond.md
index a5e534426..30b853251 100644
--- a/docs/content/en/functions/cond.md
+++ b/docs/content/en/functions/cond.md
@@ -11,7 +11,6 @@ hugoversion: 0.27
relatedfuncs: [default]
toc: false
draft: false
-needsexamples: false
---
`cond` returns *VAR1* if *CONTROL* is true, or *VAR2* if it is not.
diff --git a/docs/content/en/functions/default.md b/docs/content/en/functions/default.md
index eee00b200..c4cc166a7 100644
--- a/docs/content/en/functions/default.md
+++ b/docs/content/en/functions/default.md
@@ -18,7 +18,6 @@ relatedfuncs: []
deprecated: false
draft: false
aliases: []
-needsexamples: false
---
`default` checks whether a given value is set and returns a default value if it is not. *Set* in this context means different things depending on the data type:
diff --git a/docs/content/en/functions/uniq.md b/docs/content/en/functions/uniq.md
index 0a720f88f..eec55e5c3 100644
--- a/docs/content/en/functions/uniq.md
+++ b/docs/content/en/functions/uniq.md
@@ -16,7 +16,6 @@ hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
-needsexamples: false
---
```