layout: default
{% include breadcrumbs.html %} <h1>{{ page.date | date: “%B” }}'s Archive</h1>
<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>