diff options
| author | Mark Otto <[email protected]> | 2017-07-02 23:52:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-02 23:52:45 -0700 |
| commit | f9b27e9ec7bcd23167d900d9b663683471894a38 (patch) | |
| tree | 9c61efae1d0b617a766fa9e19a77b7493de725e1 /docs/_includes | |
| parent | 2dc18fd42e577b584eb351306308e2541cde41a4 (diff) | |
| download | bootstrap-f9b27e9ec7bcd23167d900d9b663683471894a38.tar.xz bootstrap-f9b27e9ec7bcd23167d900d9b663683471894a38.zip | |
v for version
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html index 92f4ae99f..4338e57e6 100644 --- a/docs/_includes/nav/main.html +++ b/docs/_includes/nav/main.html @@ -30,7 +30,7 @@ <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> - {{ site.current_version }} <span class="caret"></span> + v{{ site.current_version }} <span class="caret"></span> </a> <ul class="dropdown-menu"> <li><a href="http://getbootstrap.com/docs/4.0/">Latest (4.x)</a></li> |
