Update getting started page

This commit is contained in:
Mark Otto
2013-05-09 11:40:39 -07:00
parent 25b6df9944
commit 7fa6ae578b
4 changed files with 10 additions and 10 deletions

View File

@@ -8,8 +8,8 @@
</button>
<div class="nav-collapse collapse bs-navbar-collapse">
<ul class="nav navbar-nav">
<li{% if page.slug == "welcome" %} class="active"{% endif %}>
<a href="/welcome">Overview</a>
<li{% if page.slug == "getting-started" %} class="active"{% endif %}>
<a href="/getting-started">Getting started</a>
</li>
<li{% if page.slug == "css" %} class="active"{% endif %}>
<a href="/css">CSS</a>