{% for post in site.posts limit:10 %}

{{ post.title }}

{% if page.summary %} {{ page.summary | strip_html | strip_newlines | truncate: 160 }} {% else %} {{ post.content | truncatewords: 50 | strip_html }} {% endif %}

{% endfor %}

See more posts from the News Archive.