feat/show if edited

This commit is contained in:
SouthFox 2022-11-07 23:58:20 +08:00
parent 3eae1f36ce
commit 6793fda0c8

View file

@ -21,7 +21,11 @@
{% elif toot.visibility == "direct"%}
<span class="visibility-icon"><i class="fa-solid fa-envelope fa-at"></i></span>
{% endif %}
<time>{{ toot.created_at }}</time></span></a>
<time>{{ toot.created_at }}
{% if toot.edited_at != None %}
<strong>*</strong>
{% endif %}
</time></span></a>
</div>
<div class="content">
{% if toot.spoiler_text != "" %}