{% assign posts_count = site.posts | size %} {% if posts_count != 0 %} {% else %}

{{ site.data.i18n[site.locale].articles_not_found | default: 'no articles posted yet' }}

{% endif %}