kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

commit 880828484859407c9f37b8d4a1ef5608e2bb38c6
parent af3b0d68de05681f6236166c4c59d3a367d50aa0
Author: phoebos <ben@bvnf.space>
Date:   Mon,  6 Nov 2023 16:02:48 +0000

build-page: add link to search; remove github link

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

diff --git a/build-page.c b/build-page.c @@ -28,7 +28,7 @@ char *html_header = "</head>\n"; char *html_nav_bar = "\t<span class=\"right\">\n" - "\t\t<a href=\"https://github.com/kiss-community\">Github</a>\n" + "\t\t<a href=\"/cgi-bin/search\">Search</a>\n" "\t\t<a href=\"https://codeberg.org/kiss-community\">Codeberg</a>\n" "\t\t<a href=\"https://kisslinux.org\">Official site</a>\n" "\t</span>\n";