--- title: Blog sidebar: home_sidebar keywords: news, blog, updates, announcements toc: false ---
{% 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 %}

RSS Subscribe{{tag}}


See more posts from the Archive.