{% for post in site.categories['blog'] %}
{{ post.date | date_to_string }}

{{ post.title }}

{{ post.catch }} {{ post.readon }}

{% endfor %}