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 %}
-
{% endif %}
- {{ post.date | date: "%b %d" }} - {{ post.title }} {% endfor %}