--- layout: base.njk title: Blog tags: - navigator ---
{% for post in collections.posts %}

{{ post.data.title }}

{{ metadata.author.name }} - {{ post.data.date | datefmt }}

{{ post.data.description }}

{% endfor %}