{{ post.title | escape }}
{{ post.content | strip_html | escape | truncate: 400}}
{{ post.content | strip_html | escape | truncate: 300}}
--- layout: default --- {{ content }} {% if site.paginate %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}
{{ post.content | strip_html | escape | truncate: 400}}
{{ post.content | strip_html | escape | truncate: 300}}