1 2 3 4 5 6 7 8 9 10 11 12
--- layout: default author_profile: false --- <div class="archive"> <h1 class="page__title">{{ page.title }}</h1> {% include base_path %} {% for post in page.posts %} {% include archive-list-single.html %} {% endfor %} </div><!-- /.archive -->