layout default title Blog {% for post in site.posts %} {{ post.title }} {% if post.author %} {{ post.date | date: '%B %d, %Y' }} by {{ post.author }} {% else %} {{ post.date | date: '%B %d, %Y' }} {% endif %} {{ post.excerpt }} Read more... {% endfor %}