--- title: Blog layout: blog --- {% for post in paginator.posts %}

{{ post.title }}

{% include byline.html authors=post.authors date=post.date %}

{{ post.excerpt | strip_html }}

Full Post »

{% endfor %} {% include paginator.html %}