diff options
| author | Mark Otto <[email protected]> | 2018-04-06 22:09:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-06 22:09:01 -0700 |
| commit | 511b063fbef2e7c07ec8f82fbfa3562f6908a851 (patch) | |
| tree | 7585baf9111cf60be706bec4c27b66201bb0a42b | |
| parent | 29f9237f735b90dbc89e003db0c62dec2db0b308 (diff) | |
| download | bootstrap-511b063fbef2e7c07ec8f82fbfa3562f6908a851.tar.xz bootstrap-511b063fbef2e7c07ec8f82fbfa3562f6908a851.zip | |
add 3.3 to version dropdown
| -rw-r--r-- | docs/_includes/nav/main.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html index d0fd1f81c..735fc6768 100644 --- a/docs/_includes/nav/main.html +++ b/docs/_includes/nav/main.html @@ -35,7 +35,9 @@ <ul class="dropdown-menu"> <li><a href="http://getbootstrap.com/docs/4.0/">Latest (4.x)</a></li> <li><a href="https://v4-alpha.getbootstrap.com">v4 Alpha 6</a></li> + <li class="divider"></li> <li class="active"><a href="https://getbootstrap.com/{{ site.current_version }}/">v{{ site.current_version }}</a></li> + <li><a href="https://getbootstrap.com/3.3/">v3.3.7</a></li> <li><a href="https://getbootstrap.com/2.3.2/">v2.3.2</a></li> </ul> </li> |
