aboutsummaryrefslogtreecommitdiff
path: root/www/html.nix
diff options
context:
space:
mode:
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