new footer link
This commit is contained in:
@@ -36,7 +36,7 @@ func main() {
|
||||
mux.Handle("/static/", http.StripPrefix("/static/", http.FileServerFS(staticRoot)))
|
||||
|
||||
mux.HandleFunc("/favicon.ico", func(w http.ResponseWriter, r *http.Request) {
|
||||
http.ServeFileFS(w, r, staticRoot, "favicon.ico")
|
||||
http.ServeFileFS(w, r, sourceRoot, "favicon.ico")
|
||||
})
|
||||
|
||||
addr := fmt.Sprintf(":%d", *port)
|
||||
|
||||
Reference in New Issue
Block a user