diff options
| author | Mark Otto <[email protected]> | 2012-07-20 22:06:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-20 22:06:47 -0700 |
| commit | b9105b98f9ee5f15d5b18bccf277344683d4a6db (patch) | |
| tree | 46576b855db322c4950d21b4281326b365a6ad9b /docs/templates/layout.mustache | |
| parent | ee750bbce154fd1e8f1137f5782d9ba21ec07406 (diff) | |
| download | bootstrap-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.mustache | 4 |
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> |
