2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move to separate about page

This commit is contained in:
Mark Otto
2013-09-11 12:30:46 -07:00
parent fb9c81f894
commit c69092a176
4 changed files with 85 additions and 0 deletions
+5
View File
@@ -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>