change header to fix home highlighting
[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 == "Home" %}
10       {{ site.title }} &middot; {{ site.tagline }}
11     {% else %}
12       {{ page.title }} &middot; {{ site.title }}
13     {% endif %}
14   </title>
15
16   <!-- CSS -->
17   <link rel="stylesheet" href="/public/css/poole.css">
18   <link rel="stylesheet" href="/public/css/syntax.css">
19
20   <!-- Icons -->
21   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
22                                  <link rel="shortcut icon" href="/public/favicon.ico">
23
24   <!-- RSS -->
25   <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
26 </head>