--- layout: master title: Ben Burwell’s Writing description: A small collection of writing I’ve done on various topics over the years. --- {% for post in site.posts %} {% if post.type == "writing" %}

{{ post.title }}

{{ post.description }}

{% endif %} {% endfor %}