diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-16 23:21:41 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 17:44:07 +0100 |
| commit | 0efd609dd832b11c4e4e20c008edc1cc52dbfbd9 (patch) | |
| tree | 2daea25b800a0733baa6f45fd71afcadf02a9ffc /www/html.nix | |
| parent | 087800e228ac6239dbc287270232fa47344836ca (diff) | |
Dateiliste verallgemeinert
Diffstat (limited to 'www/html.nix')
| -rw-r--r-- | www/html.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 ); }; |
