--- title: Blog ---

{{ title }}

{% from "macros.njk" import excerpt %} {% for dateStr, items in collections.archive %}

{{ dateStr }}

{% for post in items %} {{ excerpt(post) }} {% endfor %}
{% endfor %}