From 693184f7fa190bc02417f2eb698999c08111d976 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 26 Jun 2022 10:06:51 +0100 Subject: [PATCH] Don't assume image on listing item --- website/common/templates/common/listing-item.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/common/templates/common/listing-item.html b/website/common/templates/common/listing-item.html index fb5515b..d1b9d5e 100644 --- a/website/common/templates/common/listing-item.html +++ b/website/common/templates/common/listing-item.html @@ -3,9 +3,11 @@
- - - + {% if page.hero_image %} + + + + {% endif %}