{% assign taxonomies = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} {%- for taxonomy in taxonomies -%}

{{ taxonomy.name }}

{%- endfor -%}