From 37623fa21c96c130a8295a1d6964ce90b4307015 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Wed, 19 Jan 2022 12:49:40 +0100 Subject: [PATCH] add webp conversion to about section Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/layouts/about/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/layouts/about/single.html b/themes/openpowerfoundation/layouts/about/single.html index 63c558b..26900e9 100644 --- a/themes/openpowerfoundation/layouts/about/single.html +++ b/themes/openpowerfoundation/layouts/about/single.html @@ -14,7 +14,7 @@ {{ $imageresource := resources.Get $imagelocation }} {{ if $imageresource }}
- {{ $image := $imageresource.Fit "600x600" }} + {{ $image := $imageresource.Fit "600x600 webp" }} {{ .Title }}
{{ end }}