From d5c0dd24c01c3406af3e8f8f166cb629b8bbf811 Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 30 Oct 2025 21:05:19 +0600 Subject: improve navigation on mobiles --- templates.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates.fnl') diff --git a/templates.fnl b/templates.fnl index 542b898..e3f71bb 100644 --- a/templates.fnl +++ b/templates.fnl @@ -54,7 +54,7 @@ [:a {:href "https://t.me/whitetoadtea"} "телеграм"]]])) (fn basket-item [item redirect-url] - (local item-link (.. "/shop/" item.name)) + (local item-link (.. "/shop/" item.name "#content")) (HTML [:div {:class "basket-item"} @@ -199,7 +199,7 @@ [:div {:class "order mb-0-5"} (table.concat (icollect [_ item (ipairs order-lines)] - (let [item-link (.. "/shop/" item.name)] + (let [item-link (.. "/shop/" item.name "#content")] (HTML [:div {:class "order-line"} [:div {:class "order-line-image"} -- cgit v1.2.3