summaryrefslogtreecommitdiff
path: root/templates.fnl
diff options
context:
space:
mode:
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)]]])