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

<h1>Posts</h1>

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