summaryrefslogtreecommitdiff
path: root/_layouts/master.html
blob: 5f7b75d08db061163fdc2c7f33ca45e1c82e162b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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">
    <link rel="stylesheet" type="text/css" href="/assets/normal.css" title="Normal">
    <link rel="alternate stylesheet" type="text/css" href="/assets/h4xx0r.css" title="1337 h4xx0r">
    <link rel="alternate stylesheet" type="text/css" href="/assets/classic.css" title="Classic">
    <link rel="alternate stylesheet" type="text/css" href="/assets/90s.css" title="90's">
    <meta name="author" content="Ben Burwell">
  </head>
  <body>
    {{ content }}
  </body>
</html>