← back to Crankd
Link favicon.svg in head (use branded SVG, not .ico fallback)
e559d0935506197b034838c8dacdd5df56ef6952 · 2026-05-31 16:56:02 -0700 · SteveStudio2
Files touched
Diff
commit e559d0935506197b034838c8dacdd5df56ef6952
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Sun May 31 16:56:02 2026 -0700
Link favicon.svg in head (use branded SVG, not .ico fallback)
---
public/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index 81c3abc..9d882e8 100644
--- a/public/index.html
+++ b/public/index.html
@@ -61,7 +61,8 @@
.compliance b { color: var(--fg); opacity: 1; }
.compliance ul { padding-left: 18px; margin: 8px 0 0; }
</style>
-</head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+ </head>
<body>
<header>
← 466e250 Add per-site favicon (kills /favicon.ico 404)
·
back to Crankd
·
(newest)