{% extends "base.html" %} {% block content %}
{% set all_section = get_section(path="_index.md") %} {% for year, posts in all_section.pages | group_by(attribute="year") %} {{ year }} {% for post in posts %} {{ post.title }} {% endfor %} {% endfor %}