--- title: Blog layout: default ---

{{ site.index.title }}

{% for post in paginator.posts %}

{{ post.title }}

{{ post.excerpt }}

{% assign num_words = post.content | strip_html | number_of_words | append: " words"%}

{{ post.author }}

{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}