aboutsummaryrefslogtreecommitdiff
path: root/www/index.nix
diff options
context:
space:
mode:
authorValentin <valentin@fricklerhandwerk.de>2025-12-16 22:31:29 +0100
committerValentin <valentin@fricklerhandwerk.de>2025-12-20 17:44:07 +0100
commit6c54d824d64a752e48d03e98477047629b392003 (patch)
tree33ca8a1a2818949af57c5c8fc4f375ae6e7197b5 /www/index.nix
parentab36912ee135d4897730b31d6e767d51bcf54e40 (diff)
Stylesheet auf allen Seiten angeglichen
Dabei kleine Vereinfachungen vorgenommen.
Diffstat (limited to 'www/index.nix')
-rw-r--r--www/index.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.nix b/www/index.nix
index 0d84ec3..e2e6528 100644
--- a/www/index.nix
+++ b/www/index.nix
@@ -9,6 +9,7 @@
inherit (lib) mkOption types;
replacements = {
"@title@" = config.title;
+ "@stylesheet@" = ''<link rel="stylesheet" type="text/css" href="style.css">'';
};
replace = file: with lib; replaceStrings (attrNames replacements) (attrValues replacements) file;
in