diff --git a/source/_patterns/04-components/card/card--node/card--node.twig b/source/_patterns/04-components/card/card--node/card--node.twig index fb1406c2445d2d16187b9c1ef6a302cdf153aff8..952d3d9b50320d83fe139e2f4368a0a92e27223d 100644 --- a/source/_patterns/04-components/card/card--node/card--node.twig +++ b/source/_patterns/04-components/card/card--node/card--node.twig @@ -9,6 +9,8 @@ 'type': type, 'title': node.title, 'sub_title': node.sub_title, + 'featured_image': featured_image, + 'hero': node.hero, 'date': node.date, 'tags': node.tags, 'content': node.content, @@ -22,5 +24,6 @@ 'url': node.url, 'additional_info': node.additional_info, 'location_info': node.location_info, + 'tags': node.tags, } %} </div>