| layout | page |
|---|---|
| title | Archive |
| description | 文章归档 |
| header-img | https://img.alicdn.com/imgextra/i4/754328530/TB2wkeKdpXXXXcIXXXXXXXXXXXX-754328530.jpg |
-
{% 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 %}