diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-16 22:36:00 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 17:44:07 +0100 |
| commit | 087800e228ac6239dbc287270232fa47344836ca (patch) | |
| tree | 27e305906d1804cfdb9251c65be845d786276c25 /www/index.nix | |
| parent | 6c54d824d64a752e48d03e98477047629b392003 (diff) | |
Dokumentmetadaten auf allen Seiten angeglichen
Auch Schlüsselwort "Hamburg" hinzugefügt.
Diffstat (limited to 'www/index.nix')
| -rw-r--r-- | www/index.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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@" = ''<link rel="stylesheet" type="text/css" href="style.css">''; + "@head@" = '' + <meta charset="utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width"> + <meta name="description" content="Informationen zum Stadtteil Heimfeld und seinem Stadtteilbeirat"> + <meta name="keywords" content="Heimfeld, Stadtteil, Hamburg, Stadtteilbeirat, Beirat, Stadtteilfest, Treffpunkthaus"> + <link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif"> + <script async src="redirects.js"></script> + ''; }; replace = file: with lib; replaceStrings (attrNames replacements) (attrValues replacements) file; in |
