summaryrefslogtreecommitdiff
path: root/templates.fnl
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2025-01-31 15:35:32 +0600
committerunwox <me@unwox.com>2025-01-31 15:35:32 +0600
commit851914ea9fb9bc29eb5a066283ebb7a83296481c (patch)
tree7911dc17c5795efcbd5173b3ccda7040275ff6b4 /templates.fnl
parente08a0b5ba2514f15d178f11ff832cd922e3e4f6c (diff)
improve site description and add favicon
Diffstat (limited to 'templates.fnl')
-rw-r--r--templates.fnl9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates.fnl b/templates.fnl
index d981ed1..9d226e4 100644
--- a/templates.fnl
+++ b/templates.fnl
@@ -10,7 +10,14 @@
[:meta {:name "viewport"
:content (.. "width=device-width,initial-scale=1,"
"minimum-scale=1.0,maximum-scale=5.0")}]
- [:style {} [:NO-ESCAPE (read-file "static/style.css")]]]
+ [:meta {:name "description"
+ :content (.. "Маленькая уютная чайная для своих: "
+ "Омск, ул. Пушкина, д. 133/9, этаж 2. "
+ "Посещение по предварительной договоренности, "
+ "стоимость 500 рублей с человека.")}]
+ [:style {} [:NO-ESCAPE (read-file "static/style.css")]]
+ [:link {:rel "icon" :href "https://whitetoad.ru/static/favicon.png"
+ :type "image/png"}]]
[:body {}
[:main {:class "container"} (table.unpack content)]]])