Skip to content

Commit

Permalink
update navbar
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 2, 2015
1 parent 8e53668 commit 1e0ddb3
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions templates/base.html
Expand Up @@ -97,11 +97,48 @@

<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="https://getnikola.com/documentation.html">Documentation</a>
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
</li>
<li>
<a href="https://getnikola.com/contact.html">Help/Bugs/Contact</a>
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
</li>
<li>
<a href="https://getnikola.com/conf.html">conf.py</a>
</li>
<li>
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
</li>
<li>
<a href="https://getnikola.com/extending.html">Extending</a>
</li>
<li>
<a href="https://getnikola.com/internals.html">Internals</a>
</li>
<li>
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support &amp; Contact <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
</li>
<li>
<a href="https://groups.google.com/group/nikola-discuss">Mailing List</a>
</li>
<li>
<a href="https://twitter.com/GetNikola">Twitter</a>
</li>
<li>
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
</li>
</ul>
</li>
<li>
<a href="https://github.com/getnikola/nikola">GitHub</a>
Expand All @@ -113,7 +150,7 @@
<a href="https://plugins.getnikola.com">Plugins</a>
</li>
<li class="active">
<a href="https://users.getnikola.com">Users</a>
<a href="https://users.getnikola.com">Users<span class="sr-only"> (active)</span></a>
</li>
<li>
<a href="https://getnikola.com/blog/index.html">Blog</a>
Expand Down

0 comments on commit 1e0ddb3

Please sign in to comment.