"{{ .Params.quote | html }}"
{{ $img := .Resources.GetMatch "video.png" }}
{{ $small := .Resources.GetMatch "**small*.svg" }}
- {{ with $small }}

{{ end }}
+ {{ with $small }}

{{ end }}
@@ -66,12 +67,10 @@
{{ end }}
{{ define "case-study-featured-block" }}
{{ $isForeignLanguage := (ne .page.Lang .ctx.Lang)}}
-{{ $logo := .page.Resources.GetMatch "**{feature,logo}*.svg" }}
-{{ if not $logo }}
- {{ $logo = .page.Resources.GetMatch "**{feature,logo}*.png" }}
-{{ end }}
+{{ $logo := .page.Resources.GetMatch "**{feature,logo}*.png" }}
+{{ $altText := .page.LinkTitle}}