From ca36c4fe919c22dd0c21ffe3a99b2674e6fc9a5a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 11 Mar 2021 18:44:10 +0000 Subject: [PATCH] Only use post-card-large variation if feature_image exists (#764) --- partials/post-card.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partials/post-card.hbs b/partials/post-card.hbs index ded1f81..f7fcb8a 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -1,7 +1,7 @@ {{!-- This is a partial file used to generate a post "card" which templates loop over to generate a list of posts. --}} -
+
{{#if feature_image}}