Adds /static/favicon.svg (paint palette glyph on the theme accent #7B5FC0) and a in the layout head template. CSP img-src "self" data: already permits it; no /favicon.ico added (404 before and after, harmless).
Verified: go build + go test pass; served locally and confirmed favicon.svg 200, link tag present on /new (default and ?theme=pastel-cloud presets), zero CSP/console errors in headless chromium.
Fixes #187
Adds /static/favicon.svg (paint palette glyph on the theme accent #7B5FC0) and a <link rel="icon"> in the layout head template. CSP img-src "self" data: already permits it; no /favicon.ico added (404 before and after, harmless).
Verified: go build + go test pass; served locally and confirmed favicon.svg 200, link tag present on /new (default and ?theme=pastel-cloud presets), zero CSP/console errors in headless chromium.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes #187
Adds /static/favicon.svg (paint palette glyph on the theme accent #7B5FC0) and a in the layout head template. CSP img-src "self" data: already permits it; no /favicon.ico added (404 before and after, harmless).
Verified: go build + go test pass; served locally and confirmed favicon.svg 200, link tag present on /new (default and ?theme=pastel-cloud presets), zero CSP/console errors in headless chromium.