|
6 | 6 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
7 | 7 | <title>git ready » {{ page.title }}</title> |
8 | 8 | <meta name="author" content="Nick Quaranto" /> |
| 9 | + <meta name="google-site-verification" content="bB6ZqoeXMnrsPM4LWL5NzA1WSYINp8KI05qIdFJnTtc" /> |
9 | 10 | <link href="http://feeds2.feedburner.com/git-ready" rel="alternate" title="RSS" type="application/rss+xml" /> |
10 | 11 | <link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen, projection" /> |
11 | 12 | <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" /> |
@@ -88,15 +89,16 @@ <h3 id="blue">resources</h3> |
88 | 89 | </div> |
89 | 90 | </div> |
90 | 91 | </div> |
91 | | - <script type="text/javascript"> |
92 | | - var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |
93 | | - document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
| 92 | + <script> |
| 93 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 94 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 95 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 96 | + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 97 | + |
| 98 | + ga('create', 'UA-68257323-1', 'auto'); |
| 99 | + ga('send', 'pageview'); |
94 | 100 | </script> |
95 | | - <script type="text/javascript"> |
96 | | - try { |
97 | | - var pageTracker = _gat._getTracker("UA-6929260-1"); |
98 | | - pageTracker._trackPageview(); |
99 | | - } catch(err) {}</script> |
| 101 | + |
100 | 102 | <div id="feedburner"> |
101 | 103 | <a href="http://feeds2.feedburner.com/git-ready"><img src="http://feeds2.feedburner.com/~fc/git-ready?bg=FFE3A3&fg=000000&anim=0" height="26" width="88" style="border:0" alt="" /></a> |
102 | 104 | </div> |
|
0 commit comments