diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index c8b79f99b5..1999220900 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -201,6 +201,9 @@ {% if not v_forbid_deleted %} {% if p.realbody(v) %}
+ {% if p.domain == "twitter.com" %} + {{p.embed | safe}} + {% endif %} {{p.realbody(v) | safe}}
{% endif %}