fix: favicon
R
Rüdiger Küpper
<rpr@9it.de>
committete am 19.02.2026 03:55
b597676a8d437ef909a43a01cb2061007d8ccfae
| @@ -8,23 +8,23 @@ | ||
| 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 | 14 | <link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png"> |
| 15 | 15 | <link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png"> |
| 16 | 16 | <link rel="icon" href="/icons/favicon.ico"> |
| 17 | 17 | |
| 18 | -<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"> |
|
| 18 | +<link rel="apple-touch-icon" sizes="180x180" href="/static/icons/apple-touch-icon.png"> |
|
| 19 | 19 | |
| 20 | -<link rel="manifest" href="/icons/site.webmanifest"> |
|
| 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> |
| 27 | 27 | <button class="hamburger" id="hamburger" aria-label="Menü öffnen"> |
| 28 | 28 | <span></span><span></span><span></span> |
| 29 | 29 | </button> |
| 30 | 30 | <div class="nav-links" id="nav-links"> |
| @@ -1,15 +1,15 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "Quilldrop", |
| 3 | 3 | "short_name": "Quilldrop", |
| 4 | 4 | "description": "CMS/Static Site Generator", |
| 5 | 5 | "start_url": "/", |
| 6 | 6 | "scope": "/", |
| 7 | 7 | "display": "standalone", |
| 8 | 8 | "background_color": "#0b1020", |
| 9 | 9 | "theme_color": "#0b1020", |
| 10 | 10 | "icons": [ |
| 11 | - { "src": "/icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }, |
|
| 12 | - { "src": "/icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png" }, |
|
| 13 | - { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } |
|
| 11 | + { "src": "/static/icons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }, |
|
| 12 | + { "src": "/static/icons/android-chrome-512.png", "sizes": "512x512", "type": "image/png" }, |
|
| 13 | + { "src": "/static/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } |
|
| 14 | 14 | ] |
| 15 | 15 | } |