From 356f967b128ac5b2f9b2a7d4a3144919b48a8737 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 2 Sep 2026 23:30:39 -0700 Subject: Use the regular roseh.moe branding for cgit --- roseh.moe.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roseh.moe.go') diff --git a/roseh.moe.go b/roseh.moe.go index 5bc02d8..fc61213 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -1103,8 +1103,7 @@ func main() { cgitStaticFiles := http.FileServer(http.Dir(*cgit)) cgitMux.Handle("/cgit.css", cgitStaticFiles) cgitMux.Handle("/cgit.js", cgitStaticFiles) - cgitMux.Handle("/cgit.png", cgitStaticFiles) - cgitMux.Handle("/favicon.ico", cgitStaticFiles) + cgitMux.HandleFunc("/favicon.ico", favicon) cgitMux.Handle("/robots.txt", cgitStaticFiles) cgitMux.Handle("/", &cgi.Handler{ Path: filepath.Join(*cgit, "cgit.cgi"), -- cgit v1.3.1