--- layout: page_column title: "Blog" heading: "Blog" subheading: "Announcements and things we'd like to share" ---
{{ page.date | date: "%-d %b %Y" }}
{% for tag in page.tags %}
{{ tag }}
{% endfor %}
{{ content | replace: '', '' }}
{% if site.social_sharing == true %}
Share: {% for social in site.social %} {% capture full_url %}{{ site.url }}{{ site.base_url }}{{ page.url }}{% endcapture %} {% if social.name == "Twitter" and social.share == true %} {% endif %} {% if social.name == "Facebook" and social.share == true %} {% endif %} {% if social.name == "Google+" and social.share == true %} {% endif %} {% if social.name == "LinkedIn" and social.share == true %} {% endif %} {% if social.name == "Pinterest" and social.share == true %} {% endif %} {% if social.name == "Reddit" and social.share == true %} {% endif %} {% endfor %}
{% endif %} {% if site.inter_post_navigation == true %}
{% if page.previous.url %} {{page.previous.title}} {% endif %} {% if page.next.url %} {{page.next.title}} {% endif %}
{% endif %}