---
layout: page
---
{{ content }}
{%- assign taxonomies = site.posts | group_by_exp: "post", "post.date | date: '%Y'" -%}
{% comment %} Show posts by taxonomy {% endcomment %}
{%- for taxonomy in taxonomies -%}
{{ taxonomy.name }}
{%- assign posts = taxonomy.items -%}
{%- for post in posts -%}
-
» {{ post.title | escape }}
{%- endfor -%}
Top ⇈
{%- endfor -%}