Skip to content

Commit

Permalink
listing bboe as main maintainer and adding GA tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelz committed Apr 2, 2012
1 parent 9218cb3 commit c38a0b8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index.html
Expand Up @@ -12,6 +12,20 @@
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30533343-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<body>
<div class="wrapper">
Expand Down Expand Up @@ -131,7 +145,7 @@ <h2>A Few Short Examples</h2>
</ol><p>For a more extensive set of examples, see <a href="https://github.com/mellort/reddit_api/wiki">the wiki</a>.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/mellort">mellort</a></p>
<p>This project is maintained by <a href="https://github.com/bboe">bboe</a> and sometimes by <a href="https://github.com/mellort">mellort</a></p>
<p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
Expand Down

0 comments on commit c38a0b8

Please sign in to comment.