From cb0dd5a10dbde4bd5135c0046b270e9299211c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=2E=20Sapka?= Date: Thu, 9 Feb 2023 16:18:12 +0100 Subject: chore: use webp in modern shortcodes --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 29d16e0..0fdb00a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -48,7 +48,7 @@
{{ $image := resources.Get "logo.png" }} - {{ $image := $image.Resize "x160" }} + {{ $image := $image.Resize "x160 webpn" }} -- cgit v1.2.3