diff --git a/themes/openpowerfoundation/layouts/_default/single.html b/themes/openpowerfoundation/layouts/_default/single.html index d10f1a8..a200ee7 100644 --- a/themes/openpowerfoundation/layouts/_default/single.html +++ b/themes/openpowerfoundation/layouts/_default/single.html @@ -14,7 +14,7 @@ {{ $imagelocation := printf "%s/%s" "images" $imagefilename }} {{ $imageresource := resources.Get $imagelocation }} {{ if $imageresource }} - {{ $imagefile := $imageresource.Fit "600x600" }} + {{ $imagefile := $imageresource.Fit "600x600 webp" }}