From ab36912ee135d4897730b31d6e767d51bcf54e40 Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 16 Dec 2025 21:42:38 +0100 Subject: Titel auf allen Seiten aus Konfiguration generiert --- www/html.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/html.nix') diff --git a/www/html.nix b/www/html.nix index 6e48e2f..729ea12 100644 --- a/www/html.nix +++ b/www/html.nix @@ -9,10 +9,11 @@ inherit (lib) mkOption types; in { + title = "Stadtteilbeirat Heimfeld"; files = let root = ./html; - files = lib.fileset.toList root; + files = with lib.fileset; toList root; redirects = with lib; mapAttrsToList -- cgit v1.2.3