layout title exclude_from_nav page List of all blog posts true {% for post in site.posts %} {{ post.title }} {{ post.date | date_to_string }} - {{ post.author }} {% endfor %}