diff options
| author | Mark Otto <[email protected]> | 2013-01-31 18:00:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-31 18:00:11 -0800 |
| commit | 5e5670a1b4c81bcfeaac67d6b25ca9649839097f (patch) | |
| tree | 08fca118cc883896558fbeddcb33b8a99e08efcc /docs/templates | |
| parent | 83e5c01856fbc7003ea949ac5c2416339145426e (diff) | |
| download | bootstrap-5e5670a1b4c81bcfeaac67d6b25ca9649839097f.tar.xz bootstrap-5e5670a1b4c81bcfeaac67d6b25ca9649839097f.zip | |
Remove gallery link from navbar; add to homepage examples section instead
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 3 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index a8986b82b..b9452430a 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -74,9 +74,6 @@ <li class="{{customize}}"> <a href="./customize.html">{{_i}}Customize{{/i}}</a> </li> - <li class="{{gallery}}"> - <a href="./gallery.html">{{_i}}Gallery{{/i}}</a> - </li> </ul> </div> </div> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 3cff3f9c1..1908f64aa 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -43,7 +43,7 @@ </div> <h1>Built with Bootstrap.</h1> - <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p> + <p class="marketing-byline">For more sites built with Bootstrap, <a href="./gallery.html">visit the gallery</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p> <div class="row example-sites"> <div class="span3"> <a class="thumbnail" href="http://soundready.fm/" target="_blank"> |
