adding wiki link
authorAlberto Bursi <starshipeleven@outlook.com>
Fri, 14 Oct 2016 21:20:31 +0000 (23:20 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 16 Oct 2016 18:59:49 +0000 (20:59 +0200)
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>
_includes/top_nav.html

index 663103408876031b7a68eccb2ece7ba7a184278a..5cd47592459e5234ab8b28ea4cbfc1629641bd0a 100644 (file)
@@ -4,6 +4,7 @@
 <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>