Merge branch 'master' into gh-pages
authorMark Otto <markdotto@gmail.com>
Mon, 22 Jun 2015 00:11:51 +0000 (17:11 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 22 Jun 2015 00:11:51 +0000 (17:11 -0700)
Conflicts:
_includes/head.html

1  2 
_includes/head.html

index fc3ffb63148bfffb8d6951efb7071e15e2da24cb,7437d1942692c8daba85512f7c53c55ddc3d01f7..71f25b2e55f70f5c597ff430b6156086287076af
    </title>
  
    <!-- CSS -->
-   <link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
-   <link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
+   <link rel="stylesheet" href="{{ site.baseurl }}/styles.css">
  
    <!-- Icons -->
-   <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">
+   <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/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}atom.xml">
+   <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" 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>