[wiki] [sites] build-page: add e.v as a regular link || Hiltjo Posthuma
commit b9209fbcd8bee07a589069d08dff8b574bbe3a95
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
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
_AT_@ -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>
"
_AT_@ -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 }
};
Received on Sun Jan 06 2019 - 13:43:54 CET
This archive was generated by hypermail 2.3.0
: Sun Jan 06 2019 - 13:48:26 CET