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

<h1>B<sup>3</sup> — Ben Burwell’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 %}
<p>
  <small>{{post.date | date: "%Y-%m-%d"}}</small>
  <a href="{{post.url}}">{{post.title}}</a>
</p>
{% endfor %}