--- layout: default ---

{{ title }}

{{ description }}

{% for post in collections.blogs | reverse | category(title) %}
{{ post.date | readableDate }}

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

{% if post.data.description %}

{{ post.data.description }}

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