From 851914ea9fb9bc29eb5a066283ebb7a83296481c Mon Sep 17 00:00:00 2001 From: unwox Date: Fri, 31 Jan 2025 15:35:32 +0600 Subject: improve site description and add favicon --- static/favicon.png | Bin 0 -> 8820 bytes templates.fnl | 9 ++++++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 static/favicon.png diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..838b3b8 Binary files /dev/null and b/static/favicon.png differ 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)]]]) -- cgit v1.2.3