2018-10-30 17:09:13 +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">
|
2018-11-02 15:00:59 +00:00
|
|
|
<meta name="author" content="{{ page.author }}">
|
2018-10-30 17:09:13 +00:00
|
|
|
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
|
|
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
2018-11-02 15:00:59 +00:00
|
|
|
|
|
|
|
<!-- fonts -->
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
|
|
|
|
|
2018-10-31 18:32:11 +00:00
|
|
|
<link rel="stylesheet" href="{{ "/main.css" | prepend: site.baseurl | prepend: site.url }}">
|
2018-10-30 17:09:13 +00:00
|
|
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
2018-11-02 15:00:59 +00:00
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
|
2018-10-30 17:09:13 +00:00
|
|
|
</head>
|