mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
494 B
494 B
title, linktitle, description, godocref, date, publishdate, lastmod, categories, tags, signature, workson, hugoversion, relatedfuncs, deprecated, aliases
| title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| isset | isset | Returns true if the parameter is set. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
false |
isset returns true if the parameter is set.
Takes either a slice, array or channel and an index or a map and a key as input.
{{ if isset .Params "project_url" }} {{ index .Params "project_url" }}{{ end }}