- commit
- 5a6ed0a688f14699e817246e46fe3ddbfcdd3848
- parent
- 8636a45b748dd166cd9ae9247b80a2aafa4bc698
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-07 18:11
add favicon
Diffstat
| M | layouts/_default/baseof.html | 1 | + |
| A | static/favicon.ico | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
@@ -5,6 +5,7 @@ 5 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 6 <meta http-equiv="Content-Security-Policy" content="default-src 'self'"> 7 7 <title>Data Horror Escape Room</title> -1 8 <link rel="icon" type="image/x-icon" href="{{ "favicon.ico" | relURL }}"> 8 9 {{ with resources.Get "style.css" -}} 9 10 {{ with . | fingerprint -}} 10 11 <link rel="stylesheet" type="text/css" href="{{ .RelPermalink }}">