diff --git a/templates/_tweet_list.html b/templates/_tweet_list.html index 5889726..883e618 100644 --- a/templates/_tweet_list.html +++ b/templates/_tweet_list.html @@ -40,7 +40,7 @@ {%- if tweet.spoiler_text %}
{{ tweet.spoiler_text }}
{%- endif %} -
{{ tweet | format_tweet_text | safe }}
+
{{ tweet | format_tweet_text | safe }}{%- if tweet.media_attachments %} [media]{%- endif %}