Skip to content

Commit

Permalink
Add About to the NavBar
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 16, 2014
1 parent 0ab0247 commit 29c337e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/data">Data In</a></li>
<li><a href="/data">Data In</a></li>
<li><a href="/info">Info Out</a></li>
<li><a href="/blog">The Blog</a></li>
<li class="active"><a href="/about">About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a>
<ul class="dropdown-menu">
Expand Down

0 comments on commit 29c337e

Please sign in to comment.