[web] adding wiki link
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 16 11:59:55 PDT 2016
jow pushed a commit to web.git, branch master:
https://git.lede-project.org/5df7c5ff38795b4485a3f026a0c531e65a5a0f8b
commit 5df7c5ff38795b4485a3f026a0c531e65a5a0f8b
Author: Alberto Bursi <starshipeleven at outlook.com>
AuthorDate: Fri Oct 14 23:20:31 2016 +0200
adding wiki link
adding wiki link to top nav bar, to raise awareness that there is a LEDE wiki
Signed-off-by: Alberto Bursi <alberto.bursi at outlook.it>
[Jo-Philipp Wich: remove active CSS class from wiki link]
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
_includes/top_nav.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/_includes/top_nav.html b/_includes/top_nav.html
index 6631034..5cd4759 100644
--- a/_includes/top_nav.html
+++ b/_includes/top_nav.html
@@ -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>
More information about the lede-commits
mailing list