layout: default
{% for post in site.posts %}
<article>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }} <span class="post-meta">{{ post.date | date: "%b %-d" }}</span></a>
</article>
{% endfor %}
layout: default
{% for post in site.posts %}
<article>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }} <span class="post-meta">{{ post.date | date: "%b %-d" }}</span></a>
</article>
{% endfor %}