--- layout: page_column title: "Blog" heading: "Blog" subheading: "Announcements and things we'd like to share" ---

For announcements, please check here.

{% for post in site.posts limit:10 %} {% unless post.tags contains "announcement" %}
{% include page_divider.html %}

{{ post.title }}

{% for tag in post.tags %} {{ tag }} {% endfor %}
{{ post.excerpt }} {% capture content_words %} {{ post.content | number_of_words }} {% endcapture %} {% capture excerpt_words %} {{ post.excerpt | number_of_words }} {% endcapture %} {% if excerpt_words != content_words %}

continue reading

{% endif %}
{% endunless %} {% endfor %}