summaryrefslogtreecommitdiff
path: root/_layouts/master.html
blob: d762aaddf5fea0a0b672bb56019ab2655c7363e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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="shortcut icon" href="/assets/images/icons/favicon.ico" sizes="128x128">
    <link rel="alternate" type="application/atom+xml" title="benburwell.com blog posts" href="/feed.xml">
    <meta name="author" content="Ben Burwell">
    <meta name="description" content="{{ page.description }}">
    <meta name="keywords" content="{{ site.keywords | join: ',' }}">
  </head>
  <body>
    {{ content }}
  </body>
</html>