summaryrefslogtreecommitdiff
path: root/posts/index.html
blob: 97b6bc7236a1ae65cc9d469d8e4699e71da83797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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 %}
        <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
        <p><time>{{ post.date | date: "%A, %-d %B %Y" }}</time></p>
        {{ post.content }}
    {% endfor %}
</section>