--- layout: default ---
{% assign excerpt = post.excerpt | strip_html %} {% assign size = post.content | strip_html | size %} {{ excerpt }} {% if excerpt.size < size %} ... {% include localized_string.html string="read more" %} {% endif %}