0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

getting started as navbar link label

This commit is contained in:
Mark Otto 2013-03-15 21:23:59 -07:00
parent ecfdecea00
commit 2a0fb08fad

View File

@ -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>