<!doctype html> <html lang=“{{ site.locale }}”>

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/assets/css/tachyons.min.css">
<link rel="stylesheet" href="/assets/css/styles.css">
{% feed_meta %}
{% seo %}
{% if jekyll.environment == "production" %}
  {% include google-analytics.html %}
{% endif %}

</head>

<body>

<div class="wrap-content fl w-100 pa2">
  {% include header.html %}
    {{ content }}
  {% include footer.html %}
</div>

</body>

</html>