---
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 %}
-
{{ post.title }}
{% if forloop.last %}
{% endif %}
{% assign last_section = section %}
{% endfor %}