Create gh-pages branch via GitHub

This commit is contained in:
Ryan McGrath 2013-05-04 21:15:59 -07:00
parent 7095a894a9
commit 594aa3b349
2 changed files with 12 additions and 2 deletions

View file

@ -230,6 +230,16 @@ sudo python setup.py install
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-40660943-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>

File diff suppressed because one or more lines are too long