diff options
| author | Mark Otto <[email protected]> | 2013-07-17 22:58:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 22:58:49 -0700 |
| commit | 3ad0cf9e9417cc86ca6d18f2d47049e9180aef99 (patch) | |
| tree | 49acefa85c410995afa38c370bcb02c466a5ad5d /docs/_includes | |
| parent | 9efba239b6c15b72a2872a6c5119fa3abe303951 (diff) | |
| download | bootstrap-3ad0cf9e9417cc86ca6d18f2d47049e9180aef99.tar.xz bootstrap-3ad0cf9e9417cc86ca6d18f2d47049e9180aef99.zip | |
add callouts for bootstrap 2.3.2 docs and 3.0 rc1 post
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-main.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/_includes/nav-main.html b/docs/_includes/nav-main.html index fceeb7a86..40244d3a2 100644 --- a/docs/_includes/nav-main.html +++ b/docs/_includes/nav-main.html @@ -24,6 +24,13 @@ <a href="/customize">Customize</a> </li> </ul> + {% if page.layout == "default" %} + <ul class="nav navbar-nav pull-right"> + <li> + <a href="http://getbootstrap.com/2.3.2/">Looking for Bootstrap 2.3.2?</a> + </li> + </ul> + {% endif %} </div> </div> </div> |
