mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Update getting started page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<li><a href="#getting-started">Getting started</a></li>
|
||||
<li><a href="#downloading">Downloading Bootstrap</a></li>
|
||||
<li><a href="#whats-included">What's included</a></li>
|
||||
<li><a href="#examples">Templates and examples</a></li>
|
||||
<li><a href="#customizing">Customizing Bootstrap</a></li>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user