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 }}