aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-19 17:03:32 -0800
committerFuwn <[email protected]>2026-01-19 17:03:32 -0800
commit44c0f8ccf7f3cf3e51ca8eff8e806580f925f4c2 (patch)
tree301bcea8dd40e93a8fa3c0df03c21ad59b4bf9c4
parentfeat: Add wind emoji (💨) as default favicon (diff)
downloadkaze-44c0f8ccf7f3cf3e51ca8eff8e806580f925f4c2.tar.xz
kaze-44c0f8ccf7f3cf3e51ca8eff8e806580f925f4c2.zip
feat: Change default favicon to wind chime emoji (🎐)
-rw-r--r--internal/server/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/templates/index.html b/internal/server/templates/index.html
index 831f24a..7713c23 100644
--- a/internal/server/templates/index.html
+++ b/internal/server/templates/index.html
@@ -8,7 +8,7 @@
{{if .Site.Favicon}}
<link rel="icon" href="{{.Site.Favicon}}">
{{else}}
- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💨</text></svg>">
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎐</text></svg>">
{{end}}
<link rel="stylesheet" href="/static/style.css">
<script>