From 9ca28ea667eb05c3eeca31f980d97b06c6ddd101 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 10 Jan 2022 01:21:48 +0100 Subject: [PATCH] change working group overview page to 2 column Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/layouts/groups/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/layouts/groups/list.html b/themes/openpowerfoundation/layouts/groups/list.html index b9a33da..dd34eb7 100644 --- a/themes/openpowerfoundation/layouts/groups/list.html +++ b/themes/openpowerfoundation/layouts/groups/list.html @@ -23,7 +23,7 @@ {{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/groups/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} -
+
{{ if $imageresource }}
{{ $image := $imageresource.Fit "390x390 webp" }}