Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 720 Bytes

blog.md

File metadata and controls

22 lines (21 loc) · 720 Bytes
layout title permalink lang
page
Blog
/blog/
en
    {% 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 %}