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

{{ page.title }}

{{ page.date | date: "%B %-d, %Y" }}

{{ content | replace: '', '' }}
{% if site.inter_post_navigation == true %}
{% if page.previous.url %} {{page.previous.title}} {% endif %} {% if page.next.url %} {{page.next.title}} {% endif %}
{% endif %}