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

<h1>{{page.title}}</h1>
<p>
  <em>
    Posted {{page.date | date: "%Y-%m-%d"}}
  </em>
</p>

{{content}}