docs-v2/layouts/shortcodes/cloud-name.html

8 lines
195 B
HTML
Raw Normal View History

{{ $length := .Get 0 | default "long" }}
{{ if eq $length "long" }}
{{ .Site.Data.products.cloud.name }}
{{ else if eq $length "short" }}
{{ .Site.Data.products.cloud.shortname }}
{{ end }}