add: following timeline

This commit is contained in:
trisua 2025-04-09 22:00:45 -04:00
parent 6141910059
commit 1ee1f29cdf
15 changed files with 176 additions and 9 deletions

View file

@ -163,6 +163,14 @@
<span>{{ text "general:link.home" }}</span>
</a>
<a
href="/following"
class="{% if selected == 'following' %}active{% endif %}"
>
{{ icon "earth" }}
<span>{{ text "general:link.following" }}</span>
</a>
<a href="/popular" class="{% if selected == 'popular' %}active{% endif %}">
{{ icon "trending-up" }}
<span>{{ text "general:link.popular" }}</span>