Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 724 Bytes

blog.md

File metadata and controls

21 lines (19 loc) · 724 Bytes
layout title permalink
page
Blog
/blog/

Here are my carefully compiled views on some topics that I encountered so far. Hopefully, you will find them helpful! You can also search my posts by category here.

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