From 46bdde835717822c82e3c01e18c22a85effb870f Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 4 Feb 2022 06:32:03 +0100 Subject: [PATCH] go to single column for blog Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/layouts/blog/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/layouts/blog/list.html b/themes/openpowerfoundation/layouts/blog/list.html index 5cb0800..606e428 100644 --- a/themes/openpowerfoundation/layouts/blog/list.html +++ b/themes/openpowerfoundation/layouts/blog/list.html @@ -20,7 +20,7 @@ {{ $imagename := .Param "image" }} {{ $imagelocation := (printf "%s/%s" "images/blog/" $imagename) }} {{ $imageresource := resources.Get $imagelocation }} -
+
{{ if $imageresource }}
{{ $image := $imageresource.Resize "50x50 webp" }}