--- layout: default ---

{{ blog.title }}

{{ blog.description }}

{% for post in collections.blogs | reverse %}
{{ post.date | readableDate }}

{% if post.data.title %} {{ post.data.title }} {% else %} Untitled {% endif %}

{% if post.data.description %}

{{ post.data.description }}

{% endif %} Read article
{% endfor %}