Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 333 Bytes

File metadata and controls

14 lines (13 loc) · 333 Bytes
layout page
title News

{% assign postsByYear = site.posts | group_by_exp:"post", "post.date | date: '%Y'" %} {% for year in postsByYear %}

{{ year.name }}

{% endfor %}