add: post tags

This commit is contained in:
trisua 2025-05-08 20:08:43 -04:00
parent efeb660de6
commit 8c3024cb40
13 changed files with 180 additions and 34 deletions
crates/app/src/public/html

View file

@ -253,6 +253,16 @@ and show_community and community.id != config.town_square or question %}
</span>
</details>
{% endif %}
<div class="flex flex-wrap gap-2 fade">
{% for tag in post.context.tags %}
<a
href="/@{{ owner.username }}?tag={{ tag }}"
class="flush fade"
>#{{ tag }}</a
>
{% endfor %}
</div>
</div>
</div>