[site/theme][xs]: add github buttons to navbar in place of simple link.

This commit is contained in:
Rufus Pollock 2013-02-10 18:26:06 +00:00
parent 6f82c4c5cc
commit c3f18ab1ed

View File

@ -59,9 +59,9 @@
</ul>
<ul class="nav pull-right">
<li>
<a href="http://github.com/okfn/recline/">
<i class="icon-download-alt icon-white"></i>
GitHub
<a href="http://github.com/okfn/recline/" title="Recline on Github">
<iframe src="http://ghbtns.com/github-btn.html?user=okfn&repo=recline&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="90" height="20"></iframe>
</a>
</li>
</ul>