diff options
| author | Mark Otto <[email protected]> | 2013-08-23 22:38:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 22:38:51 -0700 |
| commit | 48d929d69edf06fd0b02e05522e0c8efe6b5b77f (patch) | |
| tree | 58dca950b55d1352382db98b0dcdf28b77a77306 /_layouts | |
| parent | 7a7149d2eef386912e497907e1b2322ee98c0234 (diff) | |
| download | bootstrap-48d929d69edf06fd0b02e05522e0c8efe6b5b77f.tar.xz bootstrap-48d929d69edf06fd0b02e05522e0c8efe6b5b77f.zip | |
Use jekyll var for current version in docs; update banner in gruntfile to match .less banner
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 2 | ||||
| -rw-r--r-- | _layouts/home.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index de3368d52..3f1276e4e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -58,7 +58,7 @@ <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"> - <li>Currently v3.0.0</li> + <li>Currently v{{ site.current_version }}</li> <li class="muted">·</li> <li><a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a></li> <li class="muted">·</li> diff --git a/_layouts/home.html b/_layouts/home.html index 91c60f6fc..cc5026cf8 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -19,7 +19,7 @@ <ul class="bs-masthead-links"> <li class="current-version"> - Currently v3.0.0 + Currently v{{ site.current_version }} </li> <li> <a href="{{ page.base_url }}2.3.2/">Bootstrap 2.3.2 docs</a> |
