summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-28 22:14:52 -0700
committerAndrew Godwin2022-11-28 22:14:52 -0700
commit0bced8fe174de24ebd3823c93997cb2d2347dfe9 (patch)
treeddc86664e442810b37dcb4835fa17ed0a139a9c3 /templates
parent1ad9bfcb06aec3678c345fd97103f2c73396cd44 (diff)
downloadtakahe-0bced8fe174de24ebd3823c93997cb2d2347dfe9.tar.gz
takahe-0bced8fe174de24ebd3823c93997cb2d2347dfe9.tar.bz2
takahe-0bced8fe174de24ebd3823c93997cb2d2347dfe9.zip
A few hashtag fixups
Diffstat (limited to 'templates')
-rw-r--r--templates/activities/_menu.html5
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>