--- layout: blog comment_count: true --- {% include blog_nav.html %}
{% for post in site.posts limit:20 %}

{{ post.title }}

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