diff options
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> |
