forked from ConciseCSS/concise.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
36 lines (30 loc) · 2.15 KB
/
head.html
File metadata and controls
36 lines (30 loc) · 2.15 KB
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
27
28
29
30
31
32
33
34
35
36
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="description" content="{{ site.description }}" />
<meta name="author" content="Keenan Payne" />
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="shortcut icon" href="{{ "/favicon.png" | prepend: site.baseurl }}" type="image/x-icon">
<link rel="icon" href="{{ "/favicon.png" | prepend: site.baseurl }}" type="image/x-icon">
<link rel="stylesheet" type="text/css" media="screen" href="{{ "/css/site.min.css" | prepend: site.baseurl }}" />
<link href="{{ "/images/icons/iPhone.png" | prepend: site.baseurl }}" rel="apple-touch-icon" />
<link href="{{ "/images/icons/iPad.png" | prepend: site.baseurl }}" rel="apple-touch-icon" sizes="76x76" />
<link href="{{ "/images/icons/iPhone@2x.png" | prepend: site.baseurl }}" rel="apple-touch-icon" sizes="120x120" />
<link href="{{ "/images/icons/iPad@2x.png" | prepend: site.baseurl }}" rel="apple-touch-icon" sizes="152x152" />
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jQuery/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="{{ "/js/site.min.js" | prepend: site.baseurl }}"></script>
<script src="http://yandex.st/highlightjs/8.0/highlight.min.js"></script>
<script type="text/javascript" src="//use.typekit.net/cmd8adw.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>