aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-20 11:09:16 -0700
committerMark Otto <[email protected]>2012-08-20 11:09:16 -0700
commitafaee0ca136033811f48cefc6873fc62fee02923 (patch)
tree5f45fe34daab64b2d9bb8ad7b3c3f786bad577ff /docs
parent73cf9c4db8423f6987ff0eb828db32eaed21c975 (diff)
downloadbootstrap-afaee0ca136033811f48cefc6873fc62fee02923.tar.xz
bootstrap-afaee0ca136033811f48cefc6873fc62fee02923.zip
reorder jumbotron links
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
-rw-r--r--docs/templates/pages/index.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 6d3f2f6b5..74a45aa6d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -75,8 +75,8 @@
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
<p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" >Download Bootstrap</a></p>
<ul class="masthead-links">
- <li><a href="./extend.html" >Extend</a></li>
<li><a href="http://github.com/twitter/bootstrap" >GitHub project</a></li>
+ <li><a href="./extend.html" >Extend</a></li>
<li>Version 2.1.0</li>
</ul>
</div>
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index b3af8b661..654a98846 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -4,8 +4,8 @@
<p>Sleek, intuitive, and powerful front-end framework for faster and easier web development.</p>
<p><a href="assets/bootstrap.zip" class="btn btn-primary btn-large" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 2.1.0']);"{{/production}}>{{_i}}Download Bootstrap{{/i}}</a></p>
<ul class="masthead-links">
- <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li>
<li><a href="http://github.com/twitter/bootstrap" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);"{{/production}}>GitHub project</a></li>
+ <li><a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a></li>
<li>Version 2.1.0</li>
</ul>
</div>