{% for post in site.posts %}
[{{ post.date | date: "%Y-%m-%d" }}] {{ post.title }}
{{ post.description }}
{% endfor %}