Skip to content
Snippets Groups Projects
Commit bb79f9c3 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4815: updating template for event teasers

parent 6cb4f478
No related branches found
No related tags found
1 merge request!50ISTWCMS-4815: updating template for event teasers
......@@ -4,14 +4,14 @@
{% include "@components/teaser/teaser.twig" with {
modifier_classes: teaser_modifier_classes,
title: title,
url: url,
date: date,
title: events.title,
url: events.url,
date: events.date.0,
date_format: 'long-datetime',
sources: sources,
img_element: img_element,
alt: alt,
show_hover: show_hover,
content: content,
sources: events.sources,
img_element: events.img_element,
alt: events.alt,
show_hover: false,
content: events.content,
header_level: '2',
} %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment