layout default {% for post in site.posts %} {{ post.title }} {{ post.excerpt }} {{ post.date | date_to_string }} {% endfor %}