summaryrefslogtreecommitdiff
path: root/writing/index.html
blob: 45c8c6f1ede7d661e4cf67ddc3a20e4f96d3d996 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: master
title: Ben Burwell’s Writing
description: A small collection of writing I’ve done on various topics over the years.
---

<section class="writing">
    {% for post in site.categories.writing %}
        <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
    {% endfor %}
</section>