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

<h1>Posts</h1>
<p>An irregularly updated blogish thing about stuff I’m interested in</p>

<ul>
{% for post in site.posts %}
 <li><a href="{{ post.url }}">{{ post.title }}</a> <time datetime="{{ post.date | date: '%Y-%m-%d' }}">{{ post.date | date: "%-d %B %Y" }}</time></li>
{% endfor %}
</ul>