Back to Istio Io

Logo Carousel

layouts/shortcodes/logo_carousel.html

latest243 B
Original Source

{{ $caseStudyPages := where .Site.RegularPages "Type" "case-studies" }} {{ with $caseStudyPages }}

{{ range first 15 . }} - {{ partial "logo_carousel_panel" (dict "company" .Params.companyName "logo" .Params.logo)}} {{ end }}

{{ end }}