diff options
| author | Mark Otto <[email protected]> | 2012-12-01 13:47:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-01 13:47:07 -0800 |
| commit | dd11d0a3fa4ba061f6dcb8db81f144d81101e052 (patch) | |
| tree | 76535f98161a22339e8ba8a5cbb4242fab481e10 /docs/templates | |
| parent | 98b0d475ae9db023cc22b011388f1bea1c88c537 (diff) | |
| download | bootstrap-dd11d0a3fa4ba061f6dcb8db81f144d81101e052.tar.xz bootstrap-dd11d0a3fa4ba061f6dcb8db81f144d81101e052.zip | |
move around social buttons
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 19 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 19 |
2 files changed, 19 insertions, 19 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 11d8b2356..a0479a078 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -83,6 +83,25 @@ ================================================== --> <footer class="footer"> <div class="container"> + + <div class="bs-docs-social"> + <ul class="bs-docs-social-buttons"> + <li> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> + </li> + <li> + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> + </li> + <li class="follow-btn"> + <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</a> + </li> + <li class="tweet-btn"> + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> + </li> + </ul> + </div> + + <p>{{_i}}Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p> <p>{{_i}}Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> <p>{{_i}}<a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index fb34fc006..db6f15739 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -22,25 +22,6 @@ </div> </div> -<div class="bs-docs-social"> - <div class="container"> - <ul class="bs-docs-social-buttons"> - <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe> - </li> - <li> - <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twitter&repo=bootstrap&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe> - </li> - <li class="follow-btn"> - <a href="https://twitter.com/twbootstrap" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">{{_i}}Follow @twbootstrap{{/i}}</a> - </li> - <li class="tweet-btn"> - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://twitter.github.com/bootstrap/" data-count="horizontal" data-via="twbootstrap" data-related="mdo:Creator of Twitter Bootstrap">Tweet</a> - </li> - </ul> - </div> -</div> - <div class="container"> <div class="marketing"> |
