diff --git a/themes/openpowerfoundation/layouts/ready/list.html b/themes/openpowerfoundation/layouts/ready/list.html index 3d37711..f2443ca 100644 --- a/themes/openpowerfoundation/layouts/ready/list.html +++ b/themes/openpowerfoundation/layouts/ready/list.html @@ -53,7 +53,7 @@ {{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/ready/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} -
+
{{ if $imageresource }}
{{ $image := $imageresource.Resize "50x50 webp" }}