diff --git a/layouts/shortcodes/blocks/case-studies.html b/layouts/shortcodes/blocks/case-studies.html index af6b6a229e209..4360fc5da3136 100644 --- a/layouts/shortcodes/blocks/case-studies.html +++ b/layouts/shortcodes/blocks/case-studies.html @@ -5,7 +5,7 @@ {{ $caseStudiesPages := where $caseStudiesSection.Pages "Params.featured" true | first 4 }}
-

{{ $caseStudiesSection.Title }}

+

{{ $caseStudiesSection.LinkTitle }}

{{ range $caseStudiesPages }} {{ $logo := .Resources.GetMatch "**{feature,logo}*.svg" }} @@ -19,7 +19,6 @@

{{ $caseStudiesSection.Title }}

{{ end }}
-
{{ $caseStudiesSection.LinkTitle }}
{{ end }}