diff --git a/layouts/showcase/single.html b/layouts/showcase/single.html index 0d92c4cdc..a7cf439cb 100644 --- a/layouts/showcase/single.html +++ b/layouts/showcase/single.html @@ -35,9 +35,16 @@ Showcase: {{ .Title }} {{define "sc-main-column"}} {{ $img := (.Resources.ByType "image").GetMatch "*featured*" }} {{ with $img }} - {{ $big := .Fill "1024x512 top" }} - {{ $small := $big.Resize "512x" }} - {{ $img.Title }} + {{ $big := .Fill "1024x512 top" }} + {{ $small := $big.Resize "512x" }} + {{ $img.Title }} {{ end }}