diff options
Diffstat (limited to 'bin')
| -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 |
