Merge branch 'master' into gh-pages
authorMark Otto <otto@github.com>
Sun, 22 Jun 2014 22:54:12 +0000 (15:54 -0700)
committerMark Otto <otto@github.com>
Sun, 22 Jun 2014 22:54:12 +0000 (15:54 -0700)
1  2 
_includes/head.html

diff --combined _includes/head.html
index b8276783407d40b32bc5bc596cfc8a0f2b45160e,fd6e2069e0b93b53c88d2eeb511c32537657f697..a63329a547ab689b68106d97267badb3efa60571
    <link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
  
    <!-- Icons -->
-   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-144-precomposed.png">
+   <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-precomposed.png">
    <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
  
    <!-- RSS -->
    <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>