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

{{ taxonomy.name }}

Top ⇈ {%- endfor -%} {% include back-to-top.html %}