blob: 75fa783747f5f03208ada844d520c64e7b984cb8 (
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>
{% for post in site.posts %}
<h1><a class="post" href="{{ post.url }}">{{ post.title }}</a></h1>
{% endfor %}
</section>
|