--- layout: page_column title: "Blog" heading: "Blog" subheading: "Announcements and things we'd like to share" ---
{% for post in site.posts limit:10 %}
{% 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 %}
{% endfor %}