--- layout: page title: "Blog" permalink: /blog/ jumbotron: title: Blog tagline: Release announcements, helpful tips, and community discussion --- {% include testimonials.html %}
{% assign last_section = '' %} {% for post in site.posts %} {% assign section = post.date | date: "%B %Y" %} {% if section != last_section %} {% if last_section != '' %} {% endif %}

{{ section }}

{% endif %} {% assign last_section = section %} {% endfor %}