From a68f8590fd7adfb166e452334824b6750ec974e2 Mon Sep 17 00:00:00 2001 From: ebremner <ebremner@uwaterloo.ca> Date: Mon, 7 Jun 2021 22:55:45 -0400 Subject: [PATCH] ISTWCMS-4619: updating events in multi-type list to use card --- .../multi-type-list/_multi-tab-list-include-content.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig b/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig index 7f532b51..ea554bf4 100644 --- a/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig +++ b/source/_patterns/04-components/multi-type-list/_multi-tab-list-include-content.twig @@ -35,7 +35,7 @@ {% if type == 'Events' %} - {% include '@components/teaser/teaser--event/teaser--event.twig' with { + {% include '@components/card/card.twig' with { 'title': info.title, 'url': info.url, 'date': info.date, -- GitLab