<html>

<head>
  <meta content='{{ site.title }}' property='og:title' />
  <title>{{ site.title }}</title>
  <link href='{{ site.url }}/assets/images/fav.png' rel='shortcut icon'>
  <link rel="stylesheet" href="{{ site.url }}/assets/stylesheets/style.css"/>
  <meta content='width=device-width, initial-scale=1.0, user-scalable=no' name='viewport'>
  <meta content='text/html; charset=utf-8' http-equiv='content-type' />
  <meta content='{{ site.url }}' property='og:url' />
  <meta content="{{ site.description }}" property='og:description' />
  <meta content="blog" property="og:type" />
</head>
<body class="lh-copy dark-gray ph3 pv5 f6 sans-serif tc bg-super-white">
  <img src="{{ site.url }}/assets/images/404.png" alt="not found" width="160" class="mb3" /><br>
  <a href="{{ site.url }}" class="link blue hover-gray">Home</a>
  </div>
</body>

</html>