summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-02-03 14:13:42 +0600
committerunwox <me@unwox.com>2025-02-03 14:13:42 +0600
commita44138f9110599d48a89cc307ebee1b9c9eae584 (patch)
tree273aadf87a918a5a478fcfdd821c42918e292511 /bin
parent38467b38372e21ad17960797e41cc650fb70bf77 (diff)
convert sites icons to webp
Diffstat (limited to 'bin')
-rw-r--r--bin/serve.fnl2
1 files changed, 1 insertions, 1 deletions
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]