2018-01-06 15:12:53 +03:00
|
|
|
<head>
|
2018-04-03 02:49:18 +03:00
|
|
|
<!-- Meta tags -->
|
|
|
|
<link href="http://gmpg.org/xfn/11" rel="profile" />
|
|
|
|
<link rel="canonical" href="{{ site.url | absolute_url }}" />
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
2018-01-06 15:12:53 +03:00
|
|
|
|
|
|
|
<title>
|
|
|
|
{% if page.title == "Home" %}
|
|
|
|
{{ site.title }}
|
|
|
|
{% else %}
|
|
|
|
{{ page.title }} · {{ site.title }}
|
|
|
|
{% endif %}
|
|
|
|
</title>
|
|
|
|
|
|
|
|
<!-- CSS -->
|
2018-04-03 02:49:18 +03:00
|
|
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface" />
|
|
|
|
<link rel="stylesheet" href="{{ "/assets/css/hyde.css" | relative_url }}" />
|
|
|
|
<link rel="stylesheet" href="{{ "/assets/css/poole.css" | relative_url }}" />
|
|
|
|
<link rel="stylesheet" href="{{ "/assets/css/syntax.css" | relative_url }}" />
|
2018-01-06 15:12:53 +03:00
|
|
|
|
|
|
|
<!-- Favicon -->
|
2018-04-03 02:49:18 +03:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ "/assets/apple-touch-icon.png" | relative_url }}" />
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicon-16x16.png" | relative_url }}" />
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}" />
|
|
|
|
|
|
|
|
<!-- RSS -->
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ "/atom.xml" | relative_url }}" />
|
2018-01-06 15:12:53 +03:00
|
|
|
</head>
|