summaryrefslogtreecommitdiff
path: root/posts/index.html
blob: 6d96cd0cd71fc8556279c368c8fc6f59f96a5530 (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>

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