Merge branch 'master' into sass
[blog] / _includes / head.html
1 <head>
2   <meta charset="UTF-8">
3   <link href="http://gmpg.org/xfn/11" rel="profile">
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="{{ site.baseurl }}/css/styles.css">
18
19   <!-- Icons -->
20   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-precomposed.png">
21   <link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">
22
23   <!-- RSS -->
24   <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}/atom.xml">
25 </head>