--- layout: default lang: it --- {% include setlang.html %} {% comment %} {% assign subnav = site.data[page.subnav] %} {% include linklist.html items=subnav dynamic=true %} {% if site.disqus.shortname %} {% include disqus_comments.html %} {% endif %} {% capture pills %}{% include pills.html items=page.tags %}{% endcapture %} {% include sideblock.html title=t.home_projects_expand content=pills %} {% endcomment %}
{% if t.news_title %}

{{ t.news_title }}

{% endif %}
{% capture categories %} {% for category in site.tags %}{{ category[0] }}:{% endfor %} {% endcapture %} {% assign categories_ = categories | strip | split: ':' %} {% include pills.html items=categories_ small=true %}
{% for post in page.posts %} {% assign division_by_3 = forloop.index | modulo:3 %}
{% include card.html date=post.date author=post.author title=post.title link=post.url text=post.subtitle hasImage=false categories=post.tags flat=true cta=post.cta classes='h-100 d-flex align-items-start flex-column' %}
{% if division_by_3==0 %}
{% endif %} {% endfor %}
{% include banner-joinus.html %}