diff options
| author | Mark Otto <[email protected]> | 2013-07-18 13:07:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 13:07:49 -0700 |
| commit | a34470ac5dedab1fbddcb674df0d54e6e87e36bc (patch) | |
| tree | 554cdfdcbb663ad94dd493bf46e5f0a33294d2f9 /docs/_includes | |
| parent | 9425382376133c9db7a7fa55bb78acf07e2f167e (diff) | |
| parent | 3ad0cf9e9417cc86ca6d18f2d47049e9180aef99 (diff) | |
| download | bootstrap-a34470ac5dedab1fbddcb674df0d54e6e87e36bc.tar.xz bootstrap-a34470ac5dedab1fbddcb674df0d54e6e87e36bc.zip | |
Merge branch 'bs3_old_docs_callout' into bs3_rc1
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> |
