{% assign items = paginator.posts | sort: 'date' | reverse %} {% if page.hero_blog.i_background %} {% assign i_background = '' %} {% capture i_background %}{% picture banner_3840 pages/{{ page.hero_blog.i_background}} %}{% endcapture %} {% assign i_background_url = i_background | split:'src="' | last | split:'"' | first %} {% endif %} {{ page.hero_blog.t_headline }} {{ page.hero_blog.t_subheadline }} {% for item in items %} {% if item.article_body.content.heading.image.i_image %} {% picture width_500 collections/{{ item.article_body.content.heading.image.i_image }} alt="{{ item.article_body.content.heading.t_title | strip_html }}" class="card-img-top" %} {% endif %} {{ item.article_body.content.heading.t_title | strip_html }} {% if item.date %} {{ item.date | date: '%B %d, %Y' }} {% endif %} {{ item.article_body.content.heading.t_description | strip_html | truncate: 120 }} {{ site.data.languages[page.language].global.t_read_more }} {{ site.data.languages[page.language].global.t_read_more }} about {{ item.title | escape }} {% if page.hero_blog.i_btn_arrow %} {% capture btn_icon %}{% picture btn_icon pages/{{ page.hero_blog.i_btn_arrow }} alt="" %}{% endcapture %} {{ btn_icon | strip_newlines }} {% endif %} {% endfor %}
{{ page.hero_blog.t_subheadline }}
{% if item.date %} {{ item.date | date: '%B %d, %Y' }} {% endif %}
{{ item.article_body.content.heading.t_description | strip_html | truncate: 120 }}