Skip to content
Snippets Groups Projects
Commit 0ecb986b authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4619: fixing blogs for multi-type list

parent a12c88ef
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!62Feature/istwcms 4619 m26lebla theme blog news events listing pages
This commit is part of merge request !62. Comments created here will be created in the context of that merge request.
{% for info in lists[type] %}
{% if type == 'Blog' %}
{% include '@components/teaser/teaser--blog/teaser--blog.twig' with {
{% include '@components/card/card.twig' with {
'title': info.title,
'url': info.url,
'date': info.date,
'author_name': info.author_name,
'author_link': info.author_link,
'author': info.author,
'sources': info.sources,
'img_element': info.img_element,
'alt': info.alt,
......
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