aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/layout.mustache
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-20 22:06:47 -0700
committerMark Otto <[email protected]>2012-07-20 22:06:47 -0700
commitb9105b98f9ee5f15d5b18bccf277344683d4a6db (patch)
tree46576b855db322c4950d21b4281326b365a6ad9b /docs/templates/layout.mustache
parentee750bbce154fd1e8f1137f5782d9ba21ec07406 (diff)
downloadbootstrap-b9105b98f9ee5f15d5b18bccf277344683d4a6db.tar.xz
bootstrap-b9105b98f9ee5f15d5b18bccf277344683d4a6db.zip
move from downloads.html to customize.html to better match purpose of page, fix up customize page layout to match other docs, link style refinement to jumbotrons
Diffstat (limited to 'docs/templates/layout.mustache')
-rw-r--r--docs/templates/layout.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 3366179de..879e939a1 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -72,8 +72,8 @@
<li class="{{javascript}}">
<a href="./javascript.html">{{_i}}Javascript{{/i}}</a>
</li>
- <li class="{{extend}}">
- <a href="./extend.html">{{_i}}Extend{{/i}}</a>
+ <li class="{{customize}}">
+ <a href="./customize.html">{{_i}}Customize{{/i}}</a>
</li>
</ul>
</div>