--- title: "Blog" layout: "layout.njk" sitemapPriority: 0.8 sitemapChangefreq: "monthly" ---

All Posts

{%- for post in collections.posts | reverse -%}

{{ post.data.title }}

{{ post.date | readableDate }}

{% if post.data.excerpt %}

{{ post.data.excerpt }}

{% endif %}
{%- endfor -%}