summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: fc95d8902a39195dc5bb951ee0ad386900b0cdda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: master
---

<h1>{{page.title}}</h1>
<p>
  <em>
    Posted {{page.date | date: "%Y-%m-%d"}} to
    <a href="/">Ben Burwell</a>'s
    <a href="/posts/">blog</a>
  </em>
</p>

{{content}}