From 23b799c022fed3dab85b456b6f22b416ed99b32e Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Mon, 3 Dec 2018 08:48:01 -0500 Subject: [PATCH] Don't show card images where they may be redundant --- brutaldon/templates/main/toot_partial.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 29a709b..f9ed4af 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -59,11 +59,12 @@ {{ toot.card.title }} - {% if toot.card.image %} + {% if toot.card.image and not toot.media_attachments %}
- {{ toot.card.title }} + {{ toot.card.title }}