{% assign posts=site.posts %} {% for post in posts limit: 5 %} {% include article_post.html %} {% endfor %}