Merge branch 'master' into gh-pages
authorMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:45:46 +0000 (10:45 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:45:46 +0000 (10:45 -0700)
Conflicts:
_includes/head.html

1  2 
_includes/head.html

diff --combined _includes/head.html
index a63329a547ab689b68106d97267badb3efa60571,71acc2543475cdb772b7206b6ee1a70495753594..fc3ffb63148bfffb8d6951efb7071e15e2da24cb
@@@ -1,6 -1,6 +1,6 @@@
  <head>
+   <meta charset="UTF-8">
    <link href="http://gmpg.org/xfn/11" rel="profile">
-   <meta http-equiv="content-type" content="text/html; charset=utf-8">
  
    <!-- Enable responsiveness on mobile devices-->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
    <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">
+   <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>