{% assign count = 0 %} {% assign items = page.language | append: '_topiccluster' | order_by : 'date_published', 'desc' %}
{% for item in site[items] %} {% if item.type == "pillar" %} {% assign count = count | plus: 1 %} {% assign dt = item.date_published %}

{{ item.t_keyword }}

{% if item.article_body.content.heading.image.i_image %} {% picture thumbnail_254 collections/{{item.article_body.content.heading.image.i_image}} alt="{{ item.article_body.content.heading.image.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="card-img-top" %} {% endif %}
{{ item.article_body.content.heading.t_title }}

{{ page.article_body.content.heading.t_description | truncate: 120 }}

{{site.data.languages[page.language]global.t_read_more}}
{% endif %} {% if count >= 20 %} {% break %} {% endif %} {% endfor %}