Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update navbar
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 24, 2015
1 parent 07558eb commit 06c825e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions output/index.html
Expand Up @@ -80,7 +80,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://getnikola.com/">
<img src="assets/img/logo.svg" alt="Nikola" id="logo"></a>
<img src="https://getnikola.com/assets/img/logo.svg" alt="Nikola" id="logo"></a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="bs-navbar" aria-expanded="false">
Expand All @@ -89,37 +89,37 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="documentation.html"><strong>Documentation Index</strong></a>
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
</li>
<li>
<a href="getting-started.html"><strong>Getting Started</strong></a>
<a href="https://getnikola.com/getting-started.html"><strong>Getting Started</strong></a>
</li>
<li>
<a href="handbook.html"><strong>Handbook</strong></a>
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
</li>
<li>
<a href="features/index.html"><strong>Features</strong></a>
<a href="https://getnikola.com/features/index.html"><strong>Features</strong></a>
</li>
<li>
<a href="conf.html">conf.py</a>
<a href="https://getnikola.com/conf.html">conf.py</a>
</li>
<li>
<a href="changes.html">Changelog</a>
<a href="https://getnikola.com/changes.html">Changelog</a>
</li>
<li>
<a href="creating-a-theme.html">Theming Tutorial</a>
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
</li>
<li>
<a href="extending.html">Extending</a>
<a href="https://getnikola.com/extending.html">Extending</a>
</li>
<li>
<a href="internals.html">Internals</a>
<a href="https://getnikola.com/internals.html">Internals</a>
</li>
<li>
<a href="creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
</li>
<li>
<a href="license.html">License</a>
<a href="https://getnikola.com/license.html">License</a>
</li>
</ul>
</li>
Expand All @@ -139,7 +139,7 @@
<a href="https://irclogs.getnikola.com/">IRC logs (#nikola@freenode)</a>
</li>
<li>
<a href="contact.html"><strong>All support options</strong></a>
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
</li>
</ul>
</li>
Expand All @@ -164,18 +164,18 @@
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
</li>
<li>
<a href="changes.html">Changelog</a>
<a href="https://getnikola.com/changes.html">Changelog</a>
</li>
<li>
<a href="license.html">License</a>
<a href="https://getnikola.com/license.html">License</a>
</li>
<li>
<a href="authors.html">Contributors</a>
<a href="https://getnikola.com/authors.html">Contributors</a>
</li>
</ul>
</li>
<li>
<a href="blog/index.html">Blog</a>
<a href="https://getnikola.com/blog/index.html">Blog</a>
</li>
<li>
<a href="https://users.getnikola.com">Users</a>
Expand Down

0 comments on commit 06c825e

Please sign in to comment.