blob: feda43c100b82688c1efa06a7a3a2d9bf74742e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
layout: master
---
<header>
<div class="left column">
<a href="/">benburwell.com</a>
<a href="/posts/">posts</a>
<a href="/projects/">projects</a>
</div>
<div class="right column">
<a href="https://github.com/benburwell"><i class="lg-icon icon-github"></i></a>
<a href="https://twitter.com/bburwell"><i class="lg-icon icon-twitter"></i></a>
</div>
</header>
<main>
{{ content }}
</main>
<footer>
<a href="/license/">© 2015</a> • <a href="/privacy/">Privacy</a>
</footer>
|