Skip to content
Snippets Groups Projects
Commit 94f4398b authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-4815-ebremner-theme-event-teasers' into '8.x-3.x'

ISTWCMS-4815: updating template for event teasers

See merge request !50
parents 6cb4f478 bb79f9c3
No related branches found
No related tags found
1 merge request!50ISTWCMS-4815: updating template for event teasers
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
{% include "@components/teaser/teaser.twig" with { {% include "@components/teaser/teaser.twig" with {
modifier_classes: teaser_modifier_classes, modifier_classes: teaser_modifier_classes,
title: title, title: events.title,
url: url, url: events.url,
date: date, date: events.date.0,
date_format: 'long-datetime', date_format: 'long-datetime',
sources: sources, sources: events.sources,
img_element: img_element, img_element: events.img_element,
alt: alt, alt: events.alt,
show_hover: show_hover, show_hover: false,
content: content, content: events.content,
header_level: '2', 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