3 title: Archive of posts
5 <h1>Archive of posts from {{ page.date | date:
"%B" }}
6 <a class=
"year-link" href=
"/{{ page.date | date: '%Y' }}">{{ page.date | date:
"%Y" }}
</a></h1>
9 {% for post in page.posts %}
11 <span class=
"post-date">{{ post.date | date:
"%b %-d, %Y" }}
</span>
12 <a class=
"post-link" href=
"{{ post.url | prepend: site.baseurl }}">{{ post.title | markdownify }}
</a>