From 41d3cfa788f92677e896228adb70705457fb24e0 Mon Sep 17 00:00:00 2001 From: kpaxman <kpaxman@uwaterloo.ca> Date: Wed, 23 Jun 2021 13:14:22 -0400 Subject: [PATCH] ISTWCMS-4914: formatting --- source/_patterns/04-components/card/card.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/04-components/card/card.twig b/source/_patterns/04-components/card/card.twig index 1e5f8e16..0e6616ce 100644 --- a/source/_patterns/04-components/card/card.twig +++ b/source/_patterns/04-components/card/card.twig @@ -72,7 +72,7 @@ </div> {% endif %} - {% if image and not card_type =='banner' %} + {% if image and not card_type == 'banner' %} <div class="card__image"> <img src="{{ image }}" alt="{{ alt }}" /> </div> -- GitLab