summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/collections/IsSet.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/collections/IsSet.md')
-rw-r--r--docs/content/en/functions/collections/IsSet.md23
1 files changed, 10 insertions, 13 deletions
diff --git a/docs/content/en/functions/collections/IsSet.md b/docs/content/en/functions/collections/IsSet.md
index 93fb9f8f6..76b336ae3 100644
--- a/docs/content/en/functions/collections/IsSet.md
+++ b/docs/content/en/functions/collections/IsSet.md
@@ -1,28 +1,25 @@
---
title: collections.IsSet
-linkTitle: isset
description: Reports whether the key exists within the collection.
-categories: [functions]
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: [isset]
+ related:
+ - functions/collections/Dictionary
+ - functions/collections/Group
+ - functions/collections/IndexFunction
+ - functions/collections/Where
+ - functions/go-template/if
+ - functions/go-template/with
returnType: bool
signatures: [collections.IsSet COLLECTION KEY]
-relatedFunctions:
- - collections.Dictionary
- - collections.Group
- - collections.Index
- - collections.IsSet
- - collections.Where
aliases: [/functions/isset]
---
For example, consider this site configuration:
-{{< code-toggle file=hugo copy=false >}}
+{{< code-toggle file=hugo >}}
[params]
showHeroImage = false
{{< /code-toggle >}}