From 0efd609dd832b11c4e4e20c008edc1cc52dbfbd9 Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 16 Dec 2025 23:21:41 +0100 Subject: Dateiliste verallgemeinert --- www/html.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/html.nix') diff --git a/www/html.nix b/www/html.nix index 729ea12..97cf089 100644 --- a/www/html.nix +++ b/www/html.nix @@ -9,7 +9,6 @@ inherit (lib) mkOption types; in { - title = "Stadtteilbeirat Heimfeld"; files = let root = ./html; @@ -49,7 +48,7 @@ redirects ++ map (file: { name = lib.path.removePrefix root file; - value = file; + value = lib.mkDefault file; }) files ); }; -- cgit v1.2.3