Commit 2a0fb08f authored by Mark Otto's avatar Mark Otto

getting started as navbar link label

parent ecfdecea
...@@ -14,7 +14,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment