From b7017e3e74cbb0917f70201131edc94f6ece385b Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 5 Sep 2023 22:05:35 +0300 Subject: [PATCH] remove post card on videos and audio to give them more space --- files/templates/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post.html b/files/templates/post.html index b6979a23e..4d36b9ea2 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -65,7 +65,7 @@
- {% if not p.is_image and p.thumb_url and not p.embed and not p.deleted_utc %} + {% 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 %}
Unable to load image