mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-08 06:36:33 +02:00
getting started as navbar link label
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li {% if page.title == "Getting started" %}class="active"{% endif %}>
|
<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>
|
||||||
<li {% if page.title == "CSS" %}class="active"{% endif %}>
|
<li {% if page.title == "CSS" %}class="active"{% endif %}>
|
||||||
<a href="/css">CSS</a>
|
<a href="/css">CSS</a>
|
||||||
|
Reference in New Issue
Block a user