aboutsummaryrefslogtreecommitdiff
path: root/www/html.nix
diff options
context:
space:
mode:
authorValentin <valentin@fricklerhandwerk.de>2025-12-16 21:42:38 +0100
committerValentin <valentin@fricklerhandwerk.de>2025-12-20 17:44:07 +0100
commitab36912ee135d4897730b31d6e767d51bcf54e40 (patch)
tree2893de31834abc12f0f4e2fc2148198efe19d43b /www/html.nix
parent1a99a306ae044625e3f89e16d1d6f809ce8c12e0 (diff)
Titel auf allen Seiten aus Konfiguration generiert
Diffstat (limited to 'www/html.nix')
-rw-r--r--www/html.nix3
1 files changed, 2 insertions, 1 deletions
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