layout | title | permalink |
---|---|---|
page |
Post Archive |
/archive/ |
-
{% for post in site.posts %}
-
{{ post.date | date: "%b %-d, %Y" }}
<h2> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h2>
{% endfor %}