summaryrefslogtreecommitdiff
path: root/writing/index.html
blob: ec58a493c43ce0dfefff428b9c47e6ebe62a7038 (plain)
1
2
3
4
5
6
7
8
9
10
---
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 %}
    <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
    <p>{{ post.description }}</p>
{% endfor %}