Skip to content

Commit 1e0ddb3

Browse files
committedJul 2, 2015
update navbar
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 8e53668 commit 1e0ddb3

File tree

1 file changed

+40
-3
lines changed

1 file changed

+40
-3
lines changed
 

‎templates/base.html

+40-3
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,48 @@
9797

9898
<div class="collapse navbar-collapse navbar-ex1-collapse">
9999
<ul class="nav navbar-nav">
100+
<li class="dropdown">
101+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
102+
<ul class="dropdown-menu">
100103
<li>
101-
<a href="https://getnikola.com/documentation.html">Documentation</a>
104+
<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a>
102105
</li>
103106
<li>
104-
<a href="https://getnikola.com/contact.html">Help/Bugs/Contact</a>
107+
<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a>
108+
</li>
109+
<li>
110+
<a href="https://getnikola.com/conf.html">conf.py</a>
111+
</li>
112+
<li>
113+
<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a>
114+
</li>
115+
<li>
116+
<a href="https://getnikola.com/extending.html">Extending</a>
117+
</li>
118+
<li>
119+
<a href="https://getnikola.com/internals.html">Internals</a>
120+
</li>
121+
<li>
122+
<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a>
123+
</li>
124+
</ul>
125+
</li>
126+
<li class="dropdown">
127+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support &amp; Contact <b class="caret"></b></a>
128+
<ul class="dropdown-menu">
129+
<li>
130+
<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
131+
</li>
132+
<li>
133+
<a href="https://groups.google.com/group/nikola-discuss">Mailing List</a>
134+
</li>
135+
<li>
136+
<a href="https://twitter.com/GetNikola">Twitter</a>
137+
</li>
138+
<li>
139+
<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a>
140+
</li>
141+
</ul>
105142
</li>
106143
<li>
107144
<a href="https://github.com/getnikola/nikola">GitHub</a>
@@ -113,7 +150,7 @@
113150
<a href="https://plugins.getnikola.com">Plugins</a>
114151
</li>
115152
<li class="active">
116-
<a href="https://users.getnikola.com">Users</a>
153+
<a href="https://users.getnikola.com">Users<span class="sr-only"> (active)</span></a>
117154
</li>
118155
<li>
119156
<a href="https://getnikola.com/blog/index.html">Blog</a>

0 commit comments

Comments
 (0)
Please sign in to comment.