diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 5e1b9bf74..0f9493c12 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -199,15 +199,6 @@ {% endif %} {% if not v_forbid_deleted %} - {% if p.realbody(v) or (p.embed and p.domain == "twitter.com") %} -
- {% if p.domain == "twitter.com" %} - {{p.embed | safe}} - {% endif %} - {{p.realbody(v) | safe}} -
- {% endif %} - {% if p.is_video %}

@@ -223,6 +214,15 @@ {{p.embed | safe}}

{% endif %} + + {% if p.realbody(v) or (p.embed and p.domain == "twitter.com") %} +
+ {% if p.domain == "twitter.com" %} + {{p.embed | safe}} + {% endif %} + {{p.realbody(v) | safe}} +
+ {% endif %} {% endif %} {% else %}