commit b60e6dceb61031734ec78c97334fa9e81cc0cf90 parent fca5cd42c48461798d202b827ed93ac9e55caa0f author: nathanael <nathanael@dalliard.ch> date: Sun, 7 Dec 2025 10:30:50 +0000 rm css diffstat:
| D | assets/www.css | | | 1 | - |
| M | layouts/baseof.html | | | 7 | ------- |
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/assets/www.css b/assets/www.css @@ -1 +0,0 @@ -body { max-width: 72ch; } diff --git a/layouts/baseof.html b/layouts/baseof.html @@ -1,13 +1,6 @@ <!doctype html> <html lang="en"> <link rel="icon" href="data:,"> -{{ if not .IsHome }} -{{ with resources.Get "www.css" }} -{{ with . | minify | fingerprint }} -<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}"> -{{ end }} -{{ end }} -{{ end }} <meta charset="utf-8"> <meta name="color-scheme" content="dark light"> <meta name="viewport" content="width=device-width, initial-scale=1">