{% 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 %} {% include post-share.html %}