Skip to content

Latest commit

 

History

History
executable file
·
21 lines (19 loc) · 551 Bytes

blog.md

File metadata and controls

executable file
·
21 lines (19 loc) · 551 Bytes
layout title permalink
page
Blog
/blog/

Here is the much awaited blog.

    {% 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 %}