aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-17 22:17:30 -0700
committerMark Otto <[email protected]>2013-07-17 22:17:30 -0700
commit9efba239b6c15b72a2872a6c5119fa3abe303951 (patch)
tree3d9640947fecb7b8c2d5889b41426ece37d0c344 /docs/_layouts/default.html
parent6387d8d5cccca1af3767258d6b38394c9f89afae (diff)
parent0df791d1ac782d37243017214a1fb37e8ead07bd (diff)
downloadbootstrap-9efba239b6c15b72a2872a6c5119fa3abe303951.tar.xz
bootstrap-9efba239b6c15b72a2872a6c5119fa3abe303951.zip
Merge pull request #8511 from twitter/bs3_remove_examples
BS3: Move examples to @twbs/bootstrap-examples
Diffstat (limited to 'docs/_layouts/default.html')
-rw-r--r--docs/_layouts/default.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 68bcbf8d2..019d7626a 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -49,8 +49,21 @@
</div>
- <!-- Main docs footer (social buttons, copyright, etc). -->
- {% include colophon.html %}
+ <!-- Footer
+ ================================================== -->
+ <footer class="bs-footer">
+ {% include social-buttons.html %}
+
+ <p>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>.</p>
+ <p>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>.</p>
+ <ul class="footer-links">
+ <li><a href="http://blog.getbootstrap.com">Blog</a></li>
+ <li class="muted">&middot;</li>
+ <li><a href="https://github.com/twitter/bootstrap/issues?state=open">Issues</a></li>
+ <li class="muted">&middot;</li>
+ <li><a href="https://github.com/twitter/bootstrap/blob/master/CHANGELOG.md">Changelog</a></li>
+ </ul>
+ </footer>
<!-- JS and analytics only. -->
{% include footer.html %}