new footer link

This commit is contained in:
samantha42
2026-09-11 10:21:31 +02:00
parent 6be2f75b11
commit 9760658c54
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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)