Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-26 22:00:09 +0400
committerMark Otto <markdotto@gmail.com>2012-01-26 22:00:09 +0400
commit0ef4b6419fd83170dd62049a2850c5e8466635c9 (patch)
tree23e649cbd61892a8755a4e9af2c7f790d9fd7fa3 /docs/templates/layout.mustache
parent106625a2ece84fd5e1e68144411c8d00db05c23f (diff)
overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable
Diffstat (limited to 'docs/templates/layout.mustache')
-rw-r--r--docs/templates/layout.mustache8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index addcb224f7..547b99bb40 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -27,6 +27,7 @@
<body data-spy="scroll" data-target=".subnav" data-offset="50">
+
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed">
@@ -64,6 +65,7 @@
{{>body}}
+
<!-- Footer
================================================== -->
<footer class="footer">
@@ -76,9 +78,11 @@
</div><!-- /container -->
- <!-- Le javascript -->
+
+ <!-- Le javascript
+ ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <!-- <script src="http://code.jquery.com/jquery-1.7.min.js"></script> -->
+ <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="../js/tests/vendor/jquery.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="../js/bootstrap-transition.js"></script>