2nd Commit

This commit is contained in:
Aritra Banik
2024-02-03 21:00:30 +05:30
parent a27f498e2b
commit 9b7208edc8
4 changed files with 22 additions and 2 deletions

View File

@@ -34,7 +34,9 @@
<li>
<a href="/cart" class="site-cart">
<span class="icon icon-shopping_cart"></span>
<span class="count">2</span>
{% if products.len > 0 %}
<span class="count">{{products.len}}</span>
{% endif %}
</a>
</li>
<li class="d-inline-block d-md-none ml-md-0"><a href="#" class="site-menu-toggle js-menu-toggle"><span class="icon-menu"></span></a></li>