mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-02 08:18:06 +02:00
Merge branch 'docs_welcome'
This commit is contained in:
12
_includes/nav-about.html
Normal file
12
_includes/nav-about.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<li>
|
||||
<a href="#history">History</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#team">Core team</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#community">Community</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#translations">Translations</a>
|
||||
</li>
|
@@ -1,3 +1,12 @@
|
||||
<li>
|
||||
<a href="#welcome">Welcome</a>
|
||||
<ul class="nav">
|
||||
<li><a href="#welcome-history">Brief history</a></li>
|
||||
<li><a href="#welcome-core-team">Core team</a></li>
|
||||
<li><a href="#welcome-callouts">Callouts</a></li>
|
||||
<li><a href="#welcome-community">Community</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#download">Download Bootstrap</a>
|
||||
<ul class="nav">
|
||||
|
@@ -27,6 +27,11 @@
|
||||
<a href="{{ page.base_url }}customize">Customize</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li{% if page.slug == "about" %} class="active"{% endif %}>
|
||||
<a href="{{ page.base_url }}about">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user