Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 493 Bytes

File metadata and controls

23 lines (21 loc) · 493 Bytes
layout page
title 年轮
permalink /year/

{% assign posts_by_year = site.posts | group_by_exp: "post", "post.date | date: '%Y'" | sort: "name" %}

{% for year in posts_by_year %}

{{ year.name }} ({{ year.items | size }})

{% endfor %}