ab9d330375e4
Add gauge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 10 Apr 2012 10:18:07 -0400 |
parents | 8078f3e3ed0f |
children | 43ea418b11f7 |
branches/tags | (none) |
files | site/index.html |
Changes
--- a/site/index.html Thu Feb 16 21:20:28 2012 +0900 +++ b/site/index.html Tue Apr 10 10:18:07 2012 -0400 @@ -498,5 +498,18 @@ with a lot of help from others. </footer> </div> + <script type="text/javascript"> + var _gauges = _gauges || []; + (function() { + var t = document.createElement('script'); + t.type = 'text/javascript'; + t.async = true; + t.id = 'gauges-tracker'; + t.setAttribute('data-site-id', '4f843f8c613f5d65280000e6'); + t.src = '//secure.gaug.es/track.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(t, s); + })(); + </script> </body> </html>