adding wiki link to top nav bar, to raise awareness that there is a LEDE wiki
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
[Jo-Philipp Wich: remove active CSS class from wiki link]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
<li{% if page.url == '/development.html' %} class="active"{% endif %}><a href="{{ site.prefix }}development.html">Development</a></li>
<li{% if page.url == '/todo.html' %} class="active"{% endif %}><a href="{{ site.prefix }}todo.html">Todo</a></li>
<li{% if page.url == '/downloads.html' %} class="active"{% endif %}><a href="{{ site.prefix }}downloads.html">Downloads</a></li>
+<li><a href="https://wiki.lede-project.org/start">Wiki</a></li>
<li{% if page.url contains '/docs/' %} class="active"{% endif %}><a href="{{ site.prefix }}docs/index.html">Documentation</a></li>
<li{% if page.url == '/faq.html' %} class="active"{% endif %}><a href="{{ site.prefix }}faq.html">FAQ</a></li>
<li{% if page.url == '/about.html' %} class="active"{% endif %}><a href="{{ site.prefix }}about.html">About</a></li>