layout: default
<div class=“archives”>
{{ content }} <ul class="post-list"> {% for post in site.posts %} <li> {% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %} <h3 class="post-title"> <a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> </h3> <span class="post-meta">posted on {{ post.date | date: date_format }}</span> </li> {% endfor %} </ul>
</div>