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