layout: default
<h2>Archive of posts with {{ page.type }} '{{ page.title }}'</h2> <ul class=“posts”>
{% for post in page.posts %} <li> <span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span> <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a> </li> {% endfor %}
</ul>