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

<h1><a href="/">Ben Burwell</a>'s Blog</h1>

<p>I occasionally write things, and when I do they usually end up here. There's
also an <a href="/feed.xml">RSS feed</a>.</p>

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