Self-host the google fonts
[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
31   <!-- Google Analytics -->
32   <script>
33     (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
34     (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
35     m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
36     })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
37     ga('create', 'UA-72435137-1', 'auto');
38     ga('send', 'pageview');
39   </script>
40 </head>