fix: favicon paths
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 06:06
8cc568475244da9d69fc1d65133085538077b57e
| @@ -4,23 +4,23 @@ | ||
| 4 | 4 | <head> |
| 5 | 5 | <meta charset="UTF-8"> |
| 6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | 7 | <title>{{block "title" .}}{{.Site.Title}}{{end}}</title> |
| 8 | 8 | <meta name="description" content="{{.Site.Description}}"> |
| 9 | 9 | <link rel="alternate" type="application/rss+xml" title="{{.Site.Title}} RSS Feed" href="/index.xml"> |
| 10 | 10 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 11 | 11 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 12 | 12 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet"> |
| 13 | 13 | <link rel="stylesheet" href="/static/css/style.css"> |
| 14 | -<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png"> |
|
| 15 | -<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png"> |
|
| 16 | -<link rel="icon" href="/icons/favicon.ico"> |
|
| 14 | +<link rel="icon" type="image/png" sizes="32x32" href="/static/icons/favicon-32.png"> |
|
| 15 | +<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16.png"> |
|
| 16 | +<link rel="icon" href="/static/icons/favicon.ico"> |
|
| 17 | 17 | |
| 18 | 18 | <link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png"> |
| 19 | 19 | |
| 20 | 20 | <link rel="manifest" href="/static/icons/site.webmanifest"> |
| 21 | 21 | <meta name="theme-color" content="#0b1020"> |
| 22 | 22 | </head> |
| 23 | 23 | <body> |
| 24 | 24 | <nav class="navbar"> |
| 25 | 25 | <div class="nav-inner"> |
| 26 | 26 | <a href="/" class="nav-brand">{{.Site.Title}}</a> |