diff options
| author | Mark Otto <[email protected]> | 2015-04-15 15:31:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-15 15:31:31 -0700 |
| commit | 5e0ac616493c2a456ea7d4451ed49bf1ea027800 (patch) | |
| tree | 6dd91a28cdbcef203bc5c38e3feae00149e55608 | |
| parent | 650d168fd85fe991e603a0f642b6cbe22a49316d (diff) | |
| download | bootstrap-5e0ac616493c2a456ea7d4451ed49bf1ea027800.tar.xz bootstrap-5e0ac616493c2a456ea7d4451ed49bf1ea027800.zip | |
footer copy
| -rw-r--r-- | docs/_includes/footer.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 10f87af42..ea9b63af1 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -4,9 +4,12 @@ <div class="bs-docs-container"> {% include social-buttons.html %} - <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.</p> - <p>Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p> - <p>Code licensed under <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p> + <p> + Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>. + Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>. + Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>. + </p> + <ul class="bs-docs-footer-links text-muted"> <li>Currently v{{ site.current_version }}</li> <li>·</li> |
