summaryrefslogtreecommitdiff
path: root/posts/index.html
blob: 62b7c66e23cf3b783be548c09ac45a7b85290727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
layout: master
title: Posts - Ben Burwell
description: Irregularly updated blogish thing about stuff I’m interested in.
redirect_from: /writing/
---

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