Fix #187: add favicon (paint palette) #196

Merged
fen merged 1 commits from fix-187-favicon into dev 2026-09-10 17:03:32 +00:00
Collaborator

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.

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.
fen added 1 commit 2026-09-10 17:02:03 +00:00
Fix #187: add favicon (paint palette)
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 39s
2a21251c47
fen merged commit b603b29359 into dev 2026-09-10 17:03:32 +00:00
Sign in to join this conversation.