Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 551 Bytes

archives.md

File metadata and controls

18 lines (17 loc) · 551 Bytes
layout title
page
Archives

{% comment %} Thanks to: http://www.mitsake.net/2012/04/archives-in-jekyll/ {% endcomment %}

{% for post in site.posts %} {% capture month %}{{ post.date | date: '%m%Y' }}{% endcapture %} {% capture nmonth %}{{ post.next.date | date: '%m%Y' }}{% endcapture %} {% if month != nmonth %} {% if forloop.index != 1 %}{% endif %}

{{ post.date | date: '%B %Y' }}