diff options
| author | unwox <me@unwox.com> | 2025-10-30 17:20:04 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2025-10-30 17:20:04 +0600 |
| commit | a167b0f72d122c96a9be9b172ff0262a7e11db86 (patch) | |
| tree | 6f14737db1ab76bada77c7b74be26f2c0ee822db | |
| parent | 2c89f5f32ccd2ee8220e5b958d9324b318e53266 (diff) | |
publish teas-of-the-day section
| -rw-r--r-- | bin/serve.fnl | 6 |
1 files 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 |
