diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 784836e..427e7a9 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -33,13 +33,17 @@ {% endif %}

{% if toot.spoiler_text %} -

- {{ toot.spoiler_text }} -

- {% endif %} +
+ {{ toot.spoiler_text }} +
+ {{ toot.content | relink_toot | strip_html | safe }} +
+
+ {% else %}
{{ toot.content | relink_toot | strip_html | safe }}
+ {% endif %} {% if toot.media_attachments %}