{% for post in collections.posts reversed %} {{post.fileSlug}} published:{{post.data.date|readable}} {% if post.data.modified %} last modified:{{post.data.modified|readable}} {%endif%} {{post.data.description}} {% endfor %}