<!DOCTYPE html> <html lang=“en”> <head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans" rel="stylesheet">
<style>
  html {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
  }
  body {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
  h1 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 0;
  }
  h2 {
    margin-top: 0;
  }
  h3 {
    margin-bottom: 0;
  }
  h3::before {
    content: '- ';
  }
  p {
    margin-top: 0;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  ul {
    list-style: none;
    padding-left: 0;
  }
</style>

</head> <body>

<header>
  <a href="/">
    <h1>{{ site.title }}</h1>
  </a>
  <h2>{{ site.subtitle }}</h2>
</header>