<head>

<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ page.title }}</title>
{% feed_meta %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora|Open+Sans:300,800&display=swap" /> 
<link rel="stylesheet" href="{{ "/assets/reset.css" | relative_url }}" />
<link rel="stylesheet" href="{{ "/assets/nokcode.css" | relative_url }}" />
{%- if jekyll.environment == 'production' and site.google_analytics -%}
    {%- include google-analytics.html -%}
{%- endif -%}

</head>