sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit b9209fbcd8bee07a589069d08dff8b574bbe3a95
parent 63827765420cde6af0e593d593002728d68d9e8d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun,  6 Jan 2019 13:43:41 +0100

build-page: add e.v as a regular link

highlighting the current item works then aswell

Diffstat:
Mbuild-page.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-page.c b/build-page.c @@ -34,7 +34,6 @@ char *html_header = "</div>\n"; char *html_nav_bar = - "\t<a href=\"//ev.suckless.org\">e.V.</a>\n" "\t<span class=\"right\">\n" "\t\t<a href=\"//dl.suckless.org\">download</a>\n" "\t\t<a href=\"//git.suckless.org\">source</a>\n" @@ -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 } };