Skip to content

Commit

Permalink
gauges tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jun 13, 2012
1 parent eda88f3 commit 41282c8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion _layouts/main.html
Expand Up @@ -62,6 +62,19 @@ <h2>We Are All Awesome</h2>

</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', '4fd8d5f1613f5d40db000092');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script>

</body>
</html>

0 comments on commit 41282c8

Please sign in to comment.