diff options
| author | Mark Otto <[email protected]> | 2013-11-22 18:45:38 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-22 18:45:38 -0500 |
| commit | 37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1 (patch) | |
| tree | 2a0f1afd369f96f8e2358490f145cba2d15ae14e /_layouts | |
| parent | 03501f9c4afc3a74bba958c388b32e5ac065e997 (diff) | |
| download | bootstrap-37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1.tar.xz bootstrap-37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1.zip | |
finish up moving content, tweaking styles
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 12 | ||||
| -rw-r--r-- | _layouts/home.html | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index c6d7e3dd9..5863008dd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -55,15 +55,17 @@ <p>Designed and built with all the love in the world 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 <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <ul class="footer-links"> + <ul class="footer-links muted"> <li>Currently v{{ site.current_version }}</li> - <li class="muted">·</li> + <li>·</li> <li><a href="{{ page.base_url }}2.3.2/">v2.3.2 docs</a></li> - <li class="muted">·</li> + <li>·</li> + <li><a href="{{ page.base_url }}about/">About</a></li> + <li>·</li> <li><a href="{{ site.blog }}">Blog</a></li> - <li class="muted">·</li> + <li>·</li> <li><a href="{{ site.repo }}/issues?state=open">Issues</a></li> - <li class="muted">·</li> + <li>·</li> <li><a href="{{ site.repo }}/releases">Releases</a></li> </ul> </div> diff --git a/_layouts/home.html b/_layouts/home.html index 5874ab113..ec472e7a5 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -29,7 +29,7 @@ <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a> </li> <li> - <a href="{{ page.base_url }}getting-started/#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a> + <a href="{{ page.base_url }}about/" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'About']);">About</a> </li> <li> <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a> |
