--- layout: default ---
{% include pagination-newer.html %} {{ content }} {% for post in paginator.posts %}

{{ post.title }}

{% include post-meta.html post=post %} {% if post.excerpt %} {{ post.excerpt }} {% else %} {{ post.content }} {% endif %} {% if post.excerpt %} {% comment %}Excerpt may be equal to content. Check.{% endcomment %} {% capture content_words %} {{ post.content | number_of_words }} {% endcapture %} {% capture excerpt_words %} {{ post.excerpt | number_of_words }} {% endcapture %} {% if content_words != excerpt_words %} More … {% endif %} {% endif %}
{% endfor %} {% include pagination-older.html %}