From a44138f9110599d48a89cc307ebee1b9c9eae584 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 3 Feb 2025 14:13:42 +0600 Subject: convert sites icons to webp --- bin/serve.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/serve.fnl b/bin/serve.fnl index 9373f16..2e74501 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -353,7 +353,7 @@ (local module (require (.. "parser." name))) [:a {:class "site-icon" :href (tracked-url (.. module.url "?from=everytea.ru"))} - [:img {:src (.. "/static/" name ".png") :alt (.. "Логотип " module.title)}] + [:img {:src (.. "/static/" name ".webp") :alt (.. "Логотип " module.title)}] module.title]) (fn item-template [product] -- cgit v1.2.3