From 087800e228ac6239dbc287270232fa47344836ca Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 16 Dec 2025 22:36:00 +0100 Subject: Dokumentmetadaten auf allen Seiten angeglichen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auch Schlüsselwort "Hamburg" hinzugefügt. --- www/index.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/index.nix') diff --git a/www/index.nix b/www/index.nix index e2e6528..607a005 100644 --- a/www/index.nix +++ b/www/index.nix @@ -10,6 +10,15 @@ replacements = { "@title@" = config.title; "@stylesheet@" = ''''; + "@head@" = '' + + + + + + + + ''; }; replace = file: with lib; replaceStrings (attrNames replacements) (attrValues replacements) file; in -- cgit v1.2.3