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/html/datenschutz.html | 7 ++----- www/html/impressum.html | 7 ++----- www/html/index.html | 10 ++-------- www/html/vergangene-termine.html | 9 ++------- www/index.nix | 9 +++++++++ 5 files changed, 17 insertions(+), 25 deletions(-) diff --git a/www/html/datenschutz.html b/www/html/datenschutz.html index ce5e608..c1a55fc 100644 --- a/www/html/datenschutz.html +++ b/www/html/datenschutz.html @@ -1,12 +1,9 @@ - - - - @title@ – Datenschutz + @head@ @stylesheet@ - + @title@ – Datenschutz
diff --git a/www/html/impressum.html b/www/html/impressum.html index e7cd775..e07ddf0 100644 --- a/www/html/impressum.html +++ b/www/html/impressum.html @@ -1,12 +1,9 @@ - - - - @title@ – Impressum + @head@ @stylesheet@ - + @title@ – Impressum
diff --git a/www/html/index.html b/www/html/index.html index 70d5b43..885ae0f 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -1,15 +1,9 @@ - - - - - - @title@ - + @head@ @stylesheet@ - + @title@
diff --git a/www/html/vergangene-termine.html b/www/html/vergangene-termine.html index 2e31b72..f39defb 100644 --- a/www/html/vergangene-termine.html +++ b/www/html/vergangene-termine.html @@ -1,14 +1,9 @@ - - - - - - @title@ – Vergangene Termine - + @head@ @stylesheet@ + @title@ – Vergangene Termine
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