summaryrefslogtreecommitdiffstats
path: root/templates/activities/_hashtag.html
blob: 19233e56f197c2bd36445bfb74b9befe550275d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<a class="option" href="{{ hashtag.urls.timeline }}">
    <i class="fa-solid fa-hashtag"></i>
    <span class="handle">
        {{ hashtag.display_name }}
    </span>
    {% if not hide_stats %}
    <span>
        Post count: {{ hashtag.stats.total }}
    </span>
    {% endif %}
</a>