summaryrefslogtreecommitdiff
path: root/_layouts/blog.html
blob: 8d11c64d7eb8182cd9e5707d40a144a30903e7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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>
    ~
    <a href="/feed.xml">rss</a>
  </p>
</footer>