diff --git a/files/templates/post.html b/files/templates/post.html
index 9c8a8d51c..84d382a12 100644
--- a/files/templates/post.html
+++ b/files/templates/post.html
@@ -75,7 +75,7 @@
- {% if p.thumb_url and not p.deleted_utc and not p.is_image and not p.is_video and not p.is_audio and not p.embed %}
+ {% if p.thumb_url and not p.deleted_utc and not p.is_image and not p.is_video and not p.is_audio and (not p.embed or 'twitter-tweet' in p.embed) %}