-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhead.html
18 lines (18 loc) · 1.14 KB
/
head.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="Stephen Howells">
<meta name="description" content="{{ site.description }}">
<meta name="format-detection" content="telephone=no">
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
<link rel="shortcut icon" href="/dist/img/favicon.ico?v{{ site.data.version.rev }}" />
<link rel="apple-touch-icon-precomposed" href="/dist/img/apple-touch-icon.png?v{{ site.data.version.rev }}" />
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6185512/7037372/css/fonts.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<style>
{% include main.min.css %}
</style>
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}" data-proofer-ignore>
<link rel="alternate" type="application/rss+xml" title="RSS Feed for StephenHowells.net" href="{{ site.url }}/feeds/main.xml" />
</head>