diff --git a/src/patterns/04-components/card/card.twig b/src/patterns/04-components/card/card.twig index c2ae20fca6ecff526f6f269a3529db89eec8622d..e8d63d733a70ef36b86c9605bb9ed722dc2edccf 100644 --- a/src/patterns/04-components/card/card.twig +++ b/src/patterns/04-components/card/card.twig @@ -1,4 +1,4 @@ -<article class="card{% if type %} card__{{ type }} {% endif %}{% if modifier_classes %} card__{{ modifier_classes }}{% endif %}{% if show_hover %} card--show-hover{% endif %}" {% if type == 'banner' %} id="{{ type }}{{ loop.index }}-{{ banners.uuid }}"{% endif %}> +<article class="card{% if type %} card__{{ type }} {% endif %}{% if modifier_classes %} card__{{ modifier_classes }}{% endif %}{% if show_hover %} card--show-hover{% endif %} card__node--{{ bundle }}" {% if type == 'banner' %} id="{{ type }}{{ loop.index }}-{{ banners.uuid }}"{% endif %}> {% if media_flags.has_media and media.media is not empty %} {% include '@components/card/card-elements/_media.twig' with {