source/_layouts/archive_index.html (8 lines of code) (raw):

--- layout: default --- {% assign show_post_link = true %} {% for post in paginator.posts %} {% include post.html %} {% endfor %} {% include pagination_bar.html %}