Skip to content
Snippets Groups Projects
Commit 4b4e1fc6 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4704: adding sub title to node teaser

parent 3e873b3a
No related branches found
No related tags found
1 merge request!66ISTWCMS-4704: adding date component with ability to handle multiple dates and...
......@@ -6,6 +6,7 @@
{% include '@components/card/card.twig' with {
'title': teaser.title,
'sub_title': teaser.sub_title,
'date': teaser.date,
'sources': teaser.image.sources,
'img_element': teaser.image.img_element,
......
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