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