layout | title | header | description | permalink |
---|---|---|---|---|
default |
Blog | Shamrat Kumar Paul |
Blog |
/blog/ |
Here are my carefully compiled views on some topics that I encountered so far. Hopefully, you will find them helpful!
-
{% 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 %}