{% for post in site.pages | sort(attribute="date") | reverse %}
{% if post.type == "post" %}
{{ post.title }}
{% if post.date %}{% endif %}
{% if post.description %}{{ post.description }}
{% endif %}
{% endif %}
{% endfor %}
subscribe via RSS