lol drop google analytics
[blog] / _includes / head.html
1 <head>
2   <meta charset="UTF-8">
3   <link href="http://gmpg.org/xfn/11" rel="profile">
4   <meta http-equiv="X-UA-Compatible" content="IE=edge">
5   <meta http-equiv="content-type" content="text/html; charset=utf-8">
6
7   <!-- Enable responsiveness on mobile devices-->
8   <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
9
10   <title>
11     {% if page.title == "Home" %}
12       {{ site.title }} &middot; {{ site.tagline }}
13     {% else %}
14       {{ page.title }} &middot; {{ site.title }}
15     {% endif %}
16   </title>
17
18   <!-- CSS -->
19   <link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
20   <link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
21   <link rel="stylesheet" href="{{ site.baseurl }}/public/css/lanyon.css">
22   <link rel="stylesheet" href="{{ site.baseurl }}/public/css/fonts.css">
23
24   <!-- Icons -->
25   <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-precomposed.png">-->
26   <!--<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">-->
27
28   <!-- RSS -->
29   <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml">
30 </head>