Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 453 Bytes

File metadata and controls

16 lines (15 loc) · 453 Bytes
layout default
title Blog
{% assign sortedPosts = site.posts | sort: 'date' %} {% assign postsByYear = sortedPosts | group_by_exp: "post", "post.date | date: '%Y'" %} {% for year in postsByYear reversed %} {% for post in year.items reversed %} {% endfor %} {% endfor %}