2018-09-03 19:32:18 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
{%- seo -%}
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
|
|
|
<link rel="stylesheet" href="{{ "/assets/normalize.css" | relative_url }}">
|
|
|
|
<link rel="stylesheet" href="{{ "/assets/skeleton.css" | relative_url }}">
|
2020-11-20 05:23:33 +00:00
|
|
|
<link rel="stylesheet" href="{{ "/assets/friendly.css" | relative_url }}">
|
2018-09-04 03:24:53 +00:00
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
2018-09-03 19:32:18 +00:00
|
|
|
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
|
|
|
|
{%- feed_meta -%}
|
|
|
|
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
|
|
|
{%- include google-analytics.html -%}
|
|
|
|
{%- endif -%}
|
2018-09-05 21:17:35 +00:00
|
|
|
|
|
|
|
<script src="{{ "/assets/main.js" | relative_url }}"></script>
|
2018-09-03 19:32:18 +00:00
|
|
|
</head>
|