diff options
| author | Fuwn <[email protected]> | 2026-01-19 17:03:32 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-19 17:03:32 -0800 |
| commit | 44c0f8ccf7f3cf3e51ca8eff8e806580f925f4c2 (patch) | |
| tree | 301bcea8dd40e93a8fa3c0df03c21ad59b4bf9c4 | |
| parent | feat: Add wind emoji (💨) as default favicon (diff) | |
| download | kaze-44c0f8ccf7f3cf3e51ca8eff8e806580f925f4c2.tar.xz kaze-44c0f8ccf7f3cf3e51ca8eff8e806580f925f4c2.zip | |
feat: Change default favicon to wind chime emoji (🎐)
| -rw-r--r-- | internal/server/templates/index.html | 2 |
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> |