summaryrefslogtreecommitdiff
path: root/_layouts/master.html
blob: 97d3cf55d1ffd76cea5b6cd8ba4441fa28ee08f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>{{ page.title }}</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link rel="alternate" type="application/atom+xml" title="benburwell.com blog posts" href="/feed.xml">
    <meta name="author" content="Ben Burwell">
  </head>
  <body>
    {{ content }}
  </body>
</html>