{{ section.content | safe }}
{% for year, posts in section.pages | group_by(attribute="year") -%}
{{ year }}
{% for post in posts -%}
{% if post.extra.images -%}
{% for image in post.extra.images -%}
{# { set image = resize_image(path=post.path ~ image, width=256, height=256, format=config.extra.image_format, quality=config.extra.thumbnail_quality) %} #}