blob: 57bc5796893b479cfe1e857c35a1e5deb97c57ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
layout: master
title: Posts - Ben Burwell
description: Irregularly updated blogish thing about stuff I’m interested in.
---
<h1>Posts</h1>
<p>I occasionally write things, and when I do they usually end up here.</p>
<ul>
{% for post in site.posts %}
<li>{{post.date | date: "%Y-%m-%d"}} <a href="{{post.url}}">{{post.title}}</a></li>
{% endfor %}
</ul>
|