Back to Vector

Supported Installers

website/layouts/shortcodes/supported-installers.html

0.55.0374 B
Original Source

{{ $supported := $.Page.Params.supported_installers }}

{{ range $supported }} {{ $page := index (where site.RegularPages ".Params.short" "eq" .) 0 }} {{ if eq $page nil }} {{ errorf "Error in supported-installers shortcode on %s: No page with a short title of %s found" $.Page.File.Path . }} {{ end }} - {{ $page.Params.short }} {{ end }}