-
Notifications
You must be signed in to change notification settings - Fork 64
/
head.html
26 lines (22 loc) · 1.03 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
{% if page.title == "Home" %}
{{ site.title }} · {{ site.tagline }}
{% else %}
{{ page.title }} · {{ site.title }}
{% endif %}
</title>
<!-- CSS -->
<link rel="stylesheet" href="{{ site.github.url }}/public/css/poole.css">
<link rel="stylesheet" href="{{ site.github.url }}/public/css/syntax.css">
<link rel="stylesheet" href="{{ site.github.url }}/public/css/hyde.css">
<link rel="stylesheet" href="{{ site.github.url }}/public/css/zipkin.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="shortcut icon" href="{{ site.github.url }}/public/favicon.ico">
</head>