layout | title | description | permalink |
---|---|---|---|
page |
Archive |
A collection of posts, organized by year |
/archive/ |
{% include scrolltop.html %}
{% for post in site.posts %}
{% assign currentDate = post.date | date: "%Y" %}
{% if currentDate != myDate %}
{% unless forloop.first %}{% endunless %}
-
{% assign myDate = currentDate %}
{% endif %}
- {{ post.date | date: "%B %-d, %Y" }} - {{ post.title }} {% if forloop.last %}