diff options
Diffstat (limited to 'templates.fnl')
| -rw-r--r-- | templates.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
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"} |
