summaryrefslogtreecommitdiff
path: root/_layouts/master.html
blob: 92599825f6e6d5b72fd09f3aebcac8049f4301d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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">
    <link rel="stylesheet" type="text/css" href="/assets/base.css">
    <meta name="author" content="Ben Burwell">
  </head>
  <body>
    {{ content }}
  </body>
</html>