Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-09-11 23:30:46 +0400
committerMark Otto <otto@github.com>2013-09-11 23:30:46 +0400
commitc69092a17696b4a0ab6927d695f2fb56d65f498e (patch)
treeb6fb733eca1add01b166f367a13ac333cba0aaae /_includes
parentfb9c81f8941b94b41eb815e879f045f989b5d14c (diff)
move to separate about page
Diffstat (limited to '_includes')
-rw-r--r--_includes/nav-about.html9
-rw-r--r--_includes/nav-main.html5
2 files changed, 14 insertions, 0 deletions
diff --git a/_includes/nav-about.html b/_includes/nav-about.html
new file mode 100644
index 0000000000..d6f971f6be
--- /dev/null
+++ b/_includes/nav-about.html
@@ -0,0 +1,9 @@
+<li>
+ <a href="#history">History</a>
+</li>
+<li>
+ <a href="#team">Core team</a>
+</li>
+<li>
+ <a href="#community">Community</a>
+</li>
diff --git a/_includes/nav-main.html b/_includes/nav-main.html
index c880c32939..a64b7c8aea 100644
--- a/_includes/nav-main.html
+++ b/_includes/nav-main.html
@@ -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>