layout: default
<h1>Posts</h1>
{{ content }}
{% for post in site.posts %} <h3>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> · {{ post.date | date: "%b %-d, %Y" }}
</h3> {% endfor %}
layout: default
<h1>Posts</h1>
{{ content }}
{% for post in site.posts %} <h3>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a> · {{ post.date | date: "%b %-d, %Y" }}
</h3> {% endfor %}