Add serach bar to search page

master v1.11
bel 2020-03-09 03:09:45 +00:00
parent 3b7aa70e44
commit 9785ef5e1e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ func (s *Server) search(w http.ResponseWriter, r *http.Request) {
}
head(w, r)
fmt.Fprintln(w, h2(filetree.NewPathFromURL("/notes").MultiLink()))
htmlSearch(w)
fmt.Fprintln(w, h1(keywords), results)
foot(w, r)
}