diff options
author | Andrew Godwin | 2022-11-28 22:14:52 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-28 22:14:52 -0700 |
commit | 0bced8fe174de24ebd3823c93997cb2d2347dfe9 (patch) | |
tree | ddc86664e442810b37dcb4835fa17ed0a139a9c3 /templates/activities/_menu.html | |
parent | 1ad9bfcb06aec3678c345fd97103f2c73396cd44 (diff) | |
download | takahe-0bced8fe174de24ebd3823c93997cb2d2347dfe9.tar.gz takahe-0bced8fe174de24ebd3823c93997cb2d2347dfe9.tar.bz2 takahe-0bced8fe174de24ebd3823c93997cb2d2347dfe9.zip |
A few hashtag fixups
Diffstat (limited to 'templates/activities/_menu.html')
-rw-r--r-- | templates/activities/_menu.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/activities/_menu.html b/templates/activities/_menu.html index 58295a9..a912090 100644 --- a/templates/activities/_menu.html +++ b/templates/activities/_menu.html @@ -6,9 +6,12 @@ <a href="{% url "notifications" %}" {% if current_page == "notifications" %}class="selected"{% endif %} title="Notifications"> <i class="fa-solid fa-at"></i> Notifications </a> + {% comment %} + Not sure we want to show this quite yet <a href="{% url "explore" %}" {% if current_page == "explore" %}class="selected"{% endif %} title="Explore"> <i class="fa-solid fa-hashtag"></i> Explore </a> + {% endcomment %} <a href="{% url "local" %}" {% if current_page == "local" %}class="selected"{% endif %} title="Local"> <i class="fa-solid fa-city"></i> Local </a> @@ -30,7 +33,7 @@ <a href="{% url "settings" %}" {% if top_section == "settings" %}class="selected"{% endif %} title="Settings"> <i class="fa-solid fa-gear"></i> Settings </a> - {% else %} + {% else %} <a href="{% url "local" %}" {% if current_page == "local" %}class="selected"{% endif %} title="Local Posts"> <i class="fa-solid fa-city"></i> Local Posts </a> |