{{ section.title }}
{{ section.content | safe }} {% for year, pages in paginator.pages | group_by(attribute="year") %}{{ year }}
-
{% for page in pages %}
- {{ page.title }} {{ page.date | date(format="%b %d") }} {% endfor %}
{% extends "index.html" %} {% import "macros.html" as macros %}
{% block feed %}
{% if config.generate_feed %}
{% set feed_path = section.path ~ config.feed_filename %}
{% endif %}
{% endblock feed %}
{% block header %}