layout: page
<h1>Archive of posts with {{ page.type }} '{{ page.title }}'</h1> <ul class=“posts”>
{% for post in page.posts %} {% include blog-entry.html %} {% endfor %}
</ul>
layout: page
<h1>Archive of posts with {{ page.type }} '{{ page.title }}'</h1> <ul class=“posts”>
{% for post in page.posts %} {% include blog-entry.html %} {% endfor %}
</ul>