diff options
| author | Jacob Thornton <[email protected]> | 2012-01-27 13:36:31 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-27 13:36:31 -0800 |
| commit | 6fd1e9f4c0903ae4ff4f57bd3cb193ee0ed2b9ad (patch) | |
| tree | 4f5c64c3e3eb0edef8225e60db1772b78e8683f9 /docs/templates | |
| parent | ccd963e622bdcadc8a79f5b8c1bb770b09f63f20 (diff) | |
| download | bootstrap-6fd1e9f4c0903ae4ff4f57bd3cb193ee0ed2b9ad.tar.xz bootstrap-6fd1e9f4c0903ae4ff4f57bd3cb193ee0ed2b9ad.zip | |
rebuil update layout
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 22 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
2 files changed, 12 insertions, 12 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 4a016e4d1..46e3d03d6 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -36,25 +36,25 @@ <a class="brand" href="./index.html">Bootstrap</a> <ul class="nav"> <li class="{{index}}"> - <a href="./index.html">Overview</a> + <a href="./index.html">{{_i}}Overview{{/i}}</a> </li> <li class="{{scaffolding}}"> - <a href="./scaffolding.html">Scaffolding</a> + <a href="./scaffolding.html">{{_i}}Scaffolding{{/i}}</a> </li> <li class="{{base-css}}"> - <a href="./base-css.html">Base CSS</a> + <a href="./base-css.html">{{_i}}Base CSS{{/i}}</a> </li> <li class="{{components}}"> - <a href="./components.html">Components</a> + <a href="./components.html">{{_i}}Components{{/i}}</a> </li> <li class="{{javascript}}"> - <a href="./javascript.html">Javascript plugins</a> + <a href="./javascript.html">{{_i}}Javascript plugins{{/i}}</a> </li> <li class="{{less}}"> - <a href="./less.html">Using LESS</a> + <a href="./less.html">{{_i}}Using LESS{{/i}}</a> </li> <li class="{{download}}"> - <a href="./download.html">Download</a> + <a href="./download.html">{{_i}}Customize{{/i}}</a> </li> </ul> </div> @@ -69,10 +69,10 @@ <!-- Footer ================================================== --> <footer class="footer"> - <p class="pull-right"><a href="#">Back to top</a></p> - <p>Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> 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 the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <p>Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> + <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p> + <p>{{_i}}Designed and built with all the love in the world <a href="http://twitter.com/twitter" target="_blank">@twitter</a> by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.{{/i}}</p> + <p>{{_i}}Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> + <p>{{_i}}Icons from <a href="http://glyphicons.com">Glyphicons Free</a>, licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p> </footer> </div><!-- /container --> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 96477f0ca..5eb2774ab 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -8,7 +8,7 @@ <p>Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.</p> <p class="download-info"> <a href="https://github.com/twitter/bootstrap/" class="btn primary btn-large">{{_i}}View project on GitHub{{/i}}</a> - <a href="./download.html" class="btn btn-large">{{_i}}Customize and Download{{/i}}</a> + <a href="http://bootstrap.herokuapp.com/bootstrap.zip" class="btn btn-large">{{_i}}Download Bootstrap{{/i}}</a> </p> <div class="benefits"> <h4>{{_i}}Feature highlights{{/i}}</h4> |
