From a167b0f72d122c96a9be9b172ff0262a7e11db86 Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 30 Oct 2025 17:20:04 +0600 Subject: publish teas-of-the-day section --- bin/serve.fnl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/serve.fnl b/bin/serve.fnl index c0128c2..32aa1f2 100644 --- a/bin/serve.fnl +++ b/bin/serve.fnl @@ -475,10 +475,10 @@ (shops-count) (products-count) (latest-update-date))]]]] - (comment [:section {} - [:h2 {} "Чаи дня"] + [:section {} + [:h2 {} "Чай дня"] [:div {:class "list"} - (table.unpack (map #(item-template $2) (teas-of-the-day 10)))]])]) + (table.unpack (map #(item-template $2) (teas-of-the-day 8)))]]]) (fn all-tags [] (must -- cgit v1.2.3