diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-09 00:23:49 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-09 00:23:49 -0400 |
commit | 68eb5e3ceb5b48b95622b849162b02dbf494a789 (patch) | |
tree | db2ac67b016594a996745ca508caa299e0c48c42 /index.html | |
parent | b7c4722740e15a549c32b9d86fbce8ff14e5d10d (diff) |
index: fix github buttons
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,8 +59,8 @@ <div id="social"> <div class="span4 github"> - <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> - <iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> + <iframe src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe> + <iframe src="http://ghbtns.com/github-btn.html?user=thomaspark&repo=bootswatch&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="53px" height="20px"></iframe> </div> <div class="span4 twitter"> <a href="https://twitter.com/thomashpark" class="twitter-follow-button" data-show-count="false" data-show-screen-name="true">Follow @thomashpark</a> |