{% for post in collections.blog | reverse %}

{{ post.data.title }}

{{ post.date | date }}{{ post.data.keywords }} | {{ post.url }}

{% endfor %}