{% extends "base.html" %} {% block content %}

Archives

{% set all_section = get_section(path="_index.md") %} {% for year, posts in all_section.pages | group_by(attribute="year") %}

{{ year }}
{% endfor %}

{% endblock content %}