summaryrefslogtreecommitdiff
path: root/_layouts/blog.html
blob: 7ede35a1fd10fe37d4997601244810964d16ebf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
layout: master
---
<header>
  <h1><a href="../">../</a></h1>
</header>
<main>
  {{ content }}
</main>
<footer>
  <p><a href="/">about</a> ~ <a href="/posts/">posts</a> ~ <a href="/projects/">projects</a> ~ <a href="https://github.com/benburwell">github</a></p>
  <p><a href="/license/">&copy; 2016</a> ~ <a href="/privacy/">privacy</a></p>
</footer>