2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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>