add all the things
[blog] / _includes / head.html
1 <head>
2   <link href="http://gmpg.org/xfn/11" rel="profile">
3   <meta http-equiv="content-type" content="text/html; charset=utf-8">
4
5   <!-- Enable responsiveness on mobile devices-->
6   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
7
8   <title>
9     {% if page.title %}
10       {{ page.title }}
11     {% else %}
12       {{ site.title }}
13     {% endif %}
14     &middot; {{ site.tagline }}
15   </title>
16
17   <!-- CSS -->
18   <link rel="stylesheet" href="/public/css/poole.css">
19   <link rel="stylesheet" href="/public/css/syntax.css">
20   <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700">
21
22   <!-- Icons -->
23   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
24                                  <link rel="shortcut icon" href="/public/favicon.ico">
25
26   <!-- RSS -->
27   <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
28 </head>