parent
3b7aa70e44
commit
9785ef5e1e
|
|
@ -21,6 +21,7 @@ func (s *Server) search(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
head(w, r)
|
head(w, r)
|
||||||
fmt.Fprintln(w, h2(filetree.NewPathFromURL("/notes").MultiLink()))
|
fmt.Fprintln(w, h2(filetree.NewPathFromURL("/notes").MultiLink()))
|
||||||
|
htmlSearch(w)
|
||||||
fmt.Fprintln(w, h1(keywords), results)
|
fmt.Fprintln(w, h1(keywords), results)
|
||||||
foot(w, r)
|
foot(w, r)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue