2 layout: "layouts/layout.njk"
6 {% for year, group in collections.posts | reverse | groupby("date.getFullYear()") %}
8 <h2><a class="c-sun dec-none" href="/{{ year }}">{{ year }}</a></h2>
9 {% for post in group %}
11 <a class="c-sun" href="{{ post.url }}">{{ post.data.title }}</a>
12 <div class="spacer wide-1"></div>
13 <i class="dim rigid">{{ post.date | date('MMM DD') }}</i>