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/default.html | |
| parent | 03501f9c4afc3a74bba958c388b32e5ac065e997 (diff) | |
| download | bootstrap-37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1.tar.xz bootstrap-37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1.zip | |
finish up moving content, tweaking styles
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 12 |
1 files changed, 7 insertions, 5 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> |
