Merge branch 'master' into gh-pages
authorMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:55:45 +0000 (10:55 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:55:45 +0000 (10:55 -0700)
CNAME [new file with mode: 0644]
_includes/head.html

diff --git a/CNAME b/CNAME
new file mode 100644 (file)
index 0000000..3a9ff84
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+demo.getpoole.com
\ No newline at end of file
index 71acc2543475cdb772b7206b6ee1a70495753594..fc3ffb63148bfffb8d6951efb7071e15e2da24cb 100644 (file)
 
   <!-- RSS -->
   <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>