--- layout: blog ---
{% for post in site.posts limit:20 %}

{{ post.title }}

{% include by_line.html %} {{ post.content }}
{% endfor %}