diff options
| author | Mark Otto <[email protected]> | 2013-07-26 01:43:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 01:43:43 -0700 |
| commit | 5d766d9e2ff09ee5a8eeb148b86622297634a3ff (patch) | |
| tree | deea037ea906172f155c1e05ae58ad119a3bc58e /_layouts | |
| parent | 995add132efdb6557f191f1a65097f19260a4f7d (diff) | |
| download | bootstrap-5d766d9e2ff09ee5a8eeb148b86622297634a3ff.tar.xz bootstrap-5d766d9e2ff09ee5a8eeb148b86622297634a3ff.zip | |
Mo betta placement of old docs callouts
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 6 | ||||
| -rw-r--r-- | _layouts/home.html | 23 |
2 files changed, 24 insertions, 5 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 104f07f76..6b776f225 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,9 +10,6 @@ <!-- Docs master nav --> {% include nav-main.html %} - <!-- Callout for the old docs link --> - {% include old-bs-docs.html %} - <!-- Docs page layout --> <div class="bs-header"> <div class="container"> @@ -24,6 +21,9 @@ </div> </div> + <!-- Callout for the old docs link --> + {% include old-bs-docs.html %} + <div class="container bs-docs-container"> <div class="row"> <div class="col-lg-3"> diff --git a/_layouts/home.html b/_layouts/home.html index d02728957..13da28f0b 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -10,11 +10,30 @@ <!-- Docs master nav --> {% include nav-main.html %} + <!-- Page content of course! --> + {{ content }} + <!-- Callout for the old docs link --> {% include old-bs-docs.html %} - <!-- Page content of course! --> - {{ content }} + <div class="container"> + {% include social-buttons.html %} + + <ul class="bs-masthead-links"> + <li> + <a href="http://github.com/twbs/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a> + </li> + <li> + <a href="http://examples.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> + </li> + <li> + <a href="http://glyphicons.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a> + </li> + <li> + <a href="http://expo.getbootstrap.com" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a> + </li> + </ul> + </div> <!-- JS and analytics only. --> {% include footer.html %} |
