Merge branch 'master' into gh-pages
authorMark Otto <otto@github.com>
Sun, 22 Jun 2014 21:41:32 +0000 (14:41 -0700)
committerMark Otto <otto@github.com>
Sun, 22 Jun 2014 21:41:32 +0000 (14:41 -0700)
Conflicts:
_includes/head.html

1  2 
_includes/head.html

index 3388fceef4846077c46988d44f3616dec4378929,f8ae780182430b039b7f587a0d9a24eda4cdeb5f..b8276783407d40b32bc5bc596cfc8a0f2b45160e
    </title>
  
    <!-- CSS -->
-   <link rel="stylesheet" href="/public/css/poole.css">
-   <link rel="stylesheet" href="/public/css/syntax.css">
+   <link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
+   <link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
  
    <!-- Icons -->
-   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
-                                  <link rel="shortcut icon" href="/public/favicon.ico">
+   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-144-precomposed.png">
+   <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
  
    <!-- RSS -->
-   <link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
+   <link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
 +
 +  <!-- Google Analytics -->
 +  <script>
 +    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
 +    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
 +    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 +    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 +    ga('create', 'UA-146052-15', 'getpoole.com');
 +    ga('send', 'pageview');
 +  </script>
  </head>