|
70 | 70 |
|
71 | 71 | <!-- Menubar -->
|
72 | 72 |
|
73 |
| -<nav class="navbar navbar-inverse navbar-static-top" role="navigation"> |
74 |
| - <div class="container"> |
| 73 | +<nav class="navbar navbar-inverse navbar-static-top"><div class="container"> |
75 | 74 | <!-- This keeps the margins nice -->
|
76 | 75 | <div class="navbar-header">
|
77 |
| - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> |
| 76 | + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false"> |
78 | 77 | <span class="sr-only">Toggle navigation</span>
|
79 | 78 | <span class="icon-bar"></span>
|
80 | 79 | <span class="icon-bar"></span>
|
81 | 80 | <span class="icon-bar"></span>
|
82 | 81 | </button>
|
83 | 82 | <a class="navbar-brand" href="https://getnikola.com/">
|
84 |
| - <img src="https://getnikola.com/assets/img/logo.svg" alt="Nikola" id="logo"> |
85 |
| - |
86 |
| - </a> |
| 83 | + <img src="assets/img/logo.svg" alt="Nikola" id="logo"></a> |
87 | 84 | </div>
|
88 | 85 | <!-- /.navbar-header -->
|
89 |
| - <div class="collapse navbar-collapse navbar-ex1-collapse"> |
90 |
| -<ul class="nav navbar-nav"> |
| 86 | + <div class="collapse navbar-collapse" id="bs-navbar" aria-expanded="false"> |
| 87 | + <ul class="nav navbar-nav"> |
91 | 88 | <li class="dropdown">
|
92 |
| -<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a> |
93 |
| -<ul class="dropdown-menu"> |
| 89 | +<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation <b class="caret"></b></a> |
| 90 | + <ul class="dropdown-menu"> |
94 | 91 | <li>
|
95 |
| -<a href="https://getnikola.com/documentation.html"><strong>Documentation Index</strong></a> |
96 |
| -</li> |
| 92 | +<a href="documentation.html"><strong>Documentation Index</strong></a> |
| 93 | + </li> |
97 | 94 | <li>
|
98 |
| -<a href="https://getnikola.com/handbook.html"><strong>Handbook</strong></a> |
99 |
| -</li> |
| 95 | +<a href="getting-started.html"><strong>Getting Started</strong></a> |
| 96 | + </li> |
100 | 97 | <li>
|
101 |
| -<a href="https://getnikola.com/conf.html">conf.py</a> |
102 |
| -</li> |
| 98 | +<a href="handbook.html"><strong>Handbook</strong></a> |
| 99 | + </li> |
103 | 100 | <li>
|
104 |
| -<a href="https://getnikola.com/creating-a-theme.html">Theming Tutorial</a> |
105 |
| -</li> |
| 101 | +<a href="features/index.html"><strong>Features</strong></a> |
| 102 | + </li> |
106 | 103 | <li>
|
107 |
| -<a href="https://getnikola.com/extending.html">Extending</a> |
108 |
| -</li> |
| 104 | +<a href="conf.html">conf.py</a> |
| 105 | + </li> |
109 | 106 | <li>
|
110 |
| -<a href="https://getnikola.com/internals.html">Internals</a> |
111 |
| -</li> |
| 107 | +<a href="changes.html">Changelog</a> |
| 108 | + </li> |
112 | 109 | <li>
|
113 |
| -<a href="https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a> |
114 |
| -</li> |
| 110 | +<a href="creating-a-theme.html">Theming Tutorial</a> |
| 111 | + </li> |
| 112 | +<li> |
| 113 | +<a href="extending.html">Extending</a> |
| 114 | + </li> |
| 115 | +<li> |
| 116 | +<a href="internals.html">Internals</a> |
| 117 | + </li> |
| 118 | +<li> |
| 119 | +<a href="creating-a-site-not-a-blog-with-nikola.html">Creating a Site (Not a Blog)</a> |
| 120 | + </li> |
| 121 | +<li> |
| 122 | +<a href="license.html">License</a> |
| 123 | + </li> |
115 | 124 | </ul>
|
116 | 125 | </li>
|
117 | 126 | <li class="dropdown">
|
118 |
| -<a href="#" class="dropdown-toggle" data-toggle="dropdown">Support & Contact <b class="caret"></b></a> |
119 |
| -<ul class="dropdown-menu"> |
| 127 | +<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Support & Contact <b class="caret"></b></a> |
| 128 | + <ul class="dropdown-menu"> |
120 | 129 | <li>
|
121 | 130 | <a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a>
|
122 |
| -</li> |
| 131 | + </li> |
123 | 132 | <li>
|
124 | 133 | <a href="https://groups.google.com/group/nikola-discuss">Mailing List</a>
|
125 |
| -</li> |
| 134 | + </li> |
126 | 135 | <li>
|
127 | 136 | <a href="https://twitter.com/GetNikola">Twitter</a>
|
128 |
| -</li> |
| 137 | + </li> |
129 | 138 | <li>
|
130 |
| -<a href="https://getnikola.com/contact.html"><strong>All support options</strong></a> |
131 |
| -</li> |
132 |
| -</ul> |
133 |
| -</li> |
| 139 | +<a href="https://irclogs.getnikola.com/">IRC logs (#nikola@freenode)</a> |
| 140 | + </li> |
134 | 141 | <li>
|
135 |
| -<a href="https://github.com/getnikola/nikola">GitHub</a> |
| 142 | +<a href="contact.html"><strong>All support options</strong></a> |
| 143 | + </li> |
| 144 | +</ul> |
136 | 145 | </li>
|
| 146 | +<li class="dropdown"> |
| 147 | +<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Add-ons <b class="caret"></b></a> |
| 148 | + <ul class="dropdown-menu"> |
137 | 149 | <li class="active">
|
138 |
| -<a href="https://themes.getnikola.com">Themes<span class="sr-only"> (active)</span></a> |
139 |
| -</li> |
| 150 | +<a href="https://themes.getnikola.com">Themes</a> |
| 151 | + </li> |
140 | 152 | <li>
|
141 | 153 | <a href="https://plugins.getnikola.com">Plugins</a>
|
| 154 | + </li> |
| 155 | +</ul> |
142 | 156 | </li>
|
| 157 | +<li class="dropdown"> |
| 158 | +<a href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Development <b class="caret"></b></a> |
| 159 | + <ul class="dropdown-menu"> |
143 | 160 | <li>
|
144 |
| -<a href="https://users.getnikola.com">Users</a> |
145 |
| -</li> |
| 161 | +<a href="https://github.com/getnikola/nikola"><strong>Source code (GitHub)</strong></a> |
| 162 | + </li> |
146 | 163 | <li>
|
147 |
| -<a href="https://getnikola.com/blog/index.html">Blog</a> |
148 |
| -</li> |
| 164 | +<a href="https://github.com/getnikola/nikola/issues">Issue Tracker</a> |
| 165 | + </li> |
| 166 | +<li> |
| 167 | +<a href="changes.html">Changelog</a> |
| 168 | + </li> |
149 | 169 | <li>
|
150 |
| -<a href="https://getnikola.com/changes.html">Changelog</a> |
| 170 | +<a href="license.html">License</a> |
| 171 | + </li> |
| 172 | +<li> |
| 173 | +<a href="authors.html">Contributors</a> |
| 174 | + </li> |
| 175 | +</ul> |
151 | 176 | </li>
|
| 177 | +<li> |
| 178 | +<a href="blog/index.html">Blog</a> |
| 179 | + </li> |
| 180 | +<li> |
| 181 | +<a href="https://users.getnikola.com">Users</a> |
| 182 | + |
| 183 | + |
| 184 | + </li> |
152 | 185 | </ul>
|
153 |
| - </div> |
| 186 | +</div> |
154 | 187 | <!-- /.navbar-collapse -->
|
155 | 188 | </div>
|
156 | 189 | <!-- /.container -->
|
157 |
| -</nav> |
158 |
| - |
159 |
| -<!-- End of Menubar --> |
| 190 | +</nav><!-- End of Menubar --> |
160 | 191 |
|
161 | 192 | <div class="container" style="margin-top: 14px;">
|
162 | 193 | <div class="starter-template">
|
|
0 commit comments