{% if paginator.posts -%}
{% for page in paginator.posts -%}
{% include post-list-article.html -%}
{% endfor -%}
{% include post-pagination.html -%}
{% else -%}
{% for page in site.posts -%}
{% include post-list-article.html -%}
{% endfor -%}
{% endif -%}