diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index f1fc4f6..67500e2 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -22,9 +22,16 @@ {{ toot.account.display_name }} @{{ toot.account.username }} {{ toot.created_at |naturaltime }} -
- {{ toot.content | safe }}

+ {% if toot.spoiler_text %} +

+ {{ toot.spoiler_text }} +

+ {% endif %} +
+ {{ toot.content | safe }} +
+ {% if toot.media_attachments %}
@@ -42,6 +49,7 @@
{% endif %} +