- commit
- fcaafff75b50fc967d25a48acb84b41aa0dea93c
- parent
- 5bad1f4f2639f6512022544d56efd6279c9704d1
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-07 11:54
cache busting for CSS
Diffstat
| R | static/style.css -> assets/style.css | 0 | |
| M | layouts/_default/baseof.html | 6 | +++++- |
2 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/assets/style.css
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
@@ -5,7 +5,11 @@ 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>8 -1 <link rel="stylesheet" type="text/css" href="{{ "style.css" | relURL }}">-1 8 {{ with resources.Get "style.css" }} -1 9 {{ with . | fingerprint }} -1 10 <link rel="stylesheet" type="text/css" href="{{ .RelPermalink }}"> -1 11 {{ end }} -1 12 {{ end }} 9 13 </head> 10 14 <body> 11 15 <header>