From d9e01e9bea21a43194734a4974ddba706cf81357 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 12 Jan 2022 12:07:38 +0100 Subject: [PATCH] change to a 2 column layout Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/layouts/ready/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}