Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 477 Bytes

index.markdown

File metadata and controls

18 lines (17 loc) · 477 Bytes
title layout
blog
page
    {% for post in site.posts %} {% capture y %}{{post.date | date:"%Y"}}{% endcapture %} {% if year != y %} {% assign year = y %}
  • {{ y }}
  • {% endif %}
  • {{ post.date | date:"%Y-%m-%d" }} {{ post.title }}
  • {% endfor %}