diff options
| author | Mark Otto <[email protected]> | 2013-03-15 21:23:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-15 21:23:59 -0700 |
| commit | 2a0fb08fad2e7ffff3aba2f9c406c7fd44db31b0 (patch) | |
| tree | 31c2cc70efad9c957d430b1bde5a8707024f2018 /docs | |
| parent | ecfdecea00eb5ee398814cdc2d5e8469e90ae1e4 (diff) | |
| download | bootstrap-2a0fb08fad2e7ffff3aba2f9c406c7fd44db31b0.tar.xz bootstrap-2a0fb08fad2e7ffff3aba2f9c406c7fd44db31b0.zip | |
getting started as navbar link label
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/navbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index 20abe1dac..dcbb23556 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -14,7 +14,7 @@ <a href="/">Home</a> </li> <li {% if page.title == "Getting started" %}class="active"{% endif %}> - <a href="/getting-started">Get started</a> + <a href="/getting-started">Getting started</a> </li> <li {% if page.title == "CSS" %}class="active"{% endif %}> <a href="/css">CSS</a> |
