From 1c48d4edef7ec33d93259a30c2e62dadc2fb29d9 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 17 Feb 2025 15:44:35 +0600 Subject: replace favicon with svg version --- static/favicon.png | Bin 8820 -> 0 bytes static/favicon.svg | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++ templates.fnl | 4 +-- 3 files changed, 85 insertions(+), 2 deletions(-) delete mode 100644 static/favicon.png create mode 100644 static/favicon.svg diff --git a/static/favicon.png b/static/favicon.png deleted file mode 100644 index 838b3b8..0000000 Binary files a/static/favicon.png and /dev/null differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..1bfe378 --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + diff --git a/templates.fnl b/templates.fnl index 9d226e4..f19c2b0 100644 --- a/templates.fnl +++ b/templates.fnl @@ -16,8 +16,8 @@ "Посещение по предварительной договоренности, " "стоимость 500 рублей с человека.")}] [:style {} [:NO-ESCAPE (read-file "static/style.css")]] - [:link {:rel "icon" :href "https://whitetoad.ru/static/favicon.png" - :type "image/png"}]] + [:link {:rel "icon" :href "https://whitetoad.ru/static/favicon.svg" + :type "image/svg+xml"}]] [:body {} [:main {:class "container"} (table.unpack content)]]]) -- cgit v1.2.3