commit b9209fbcd8bee07a589069d08dff8b574bbe3a95
Author: Hiltjo Posthuma <[email protected]>
Date: Sun Jan 6 13:43:41 2019 +0100
build-page: add e.v as a regular link
highlighting the current item works then aswell
diff --git a/build-page.c b/build-page.c
index ec013ae9..22d86b4a 100644
--- a/build-page.c
+++ b/build-page.c
@@ -34,7 +34,6 @@ char *html_header =
"</div>
";
char *html_nav_bar =
- " <a href=\"//ev.suckless.org\">e.V.</a>
"
" <span class=\"right\">
"
" <a href=\"//dl.suckless.org\">download</a>
"
" <a href=\"//git.suckless.org\">source</a>
"
@@ -53,6 +52,7 @@ struct domain {
{ "surf", "surf.suckless.org", },
{ "tools", "tools.suckless.org", },
{ "libs", "libs.suckless.org", },
+ { "e.V.", "ev.suckless.org" },
{ NULL, NULL }
};