{% assign posts_count = site.posts | size %} {% if posts_count != 0 %}
{{ site.data.i18n[site.locale].articles_not_found | default: 'no articles posted yet' }}