Skip to content

Commit f06b702

Browse files
committed
Hiding hamburger icon when on about page (no filters)
1 parent bbf079e commit f06b702

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
class="
4040
cursor-pointer
4141
text-kwtextgrey
42+
{% if page == 'about' %}hidden{% endif %}
4243
md:hidden
4344
">
4445
<i title="Open filters" class="fa-solid fa-bars fa-2xl"></i>

0 commit comments

Comments
 (0)