Back to Octopress

Index

.themes/classic/source/blog/archives/index.html

2.0302 B
Original Source

--- layout: page title: Blog Archive footer: false ---

{% for post in site.posts reverse %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% unless year == this_year %} {% assign year = this_year %}

{{ year }}

{% endunless %} {% include archive_post.html %} {% endfor %}