summaryrefslogtreecommitdiff
path: root/templates.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'templates.fnl')
-rw-r--r--templates.fnl4
1 files changed, 2 insertions, 2 deletions
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)]]])