From 046ec8d7e528dbef753e7b19ab4b38756c81cdca Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Jul 2020 10:22:54 -0400 Subject: Fold search form into nav CSS is kind of almost working for me here. I await its inevitable betrayal. --- networks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'networks.c') diff --git a/networks.c b/networks.c index ed19394..d1e292d 100644 --- a/networks.c +++ b/networks.c @@ -52,8 +52,7 @@ enum kcgi_err pageNetworks(struct kreq *req) { || khttp_body(req) || khtml_open(&html, req, KHTML_PRETTY) || htmlHead(&html, "Litterbox") - || htmlNav(&html, NULL, NULL) - || htmlSearch(&html, NULL, NULL); + || htmlNav(&html, NULL, NULL); if (error) return error; enum State { -- cgit 1.4.1