add: post tags
This commit is contained in:
parent
efeb660de6
commit
8c3024cb40
13 changed files with 180 additions and 34 deletions
crates/app/src/public/html
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue