aboutsummaryrefslogtreecommitdiff
path: root/www/html
diff options
context:
space:
mode:
authorValentin <valentin@fricklerhandwerk.de>2025-12-16 21:42:38 +0100
committerValentin <valentin@fricklerhandwerk.de>2025-12-20 17:44:07 +0100
commitab36912ee135d4897730b31d6e767d51bcf54e40 (patch)
tree2893de31834abc12f0f4e2fc2148198efe19d43b /www/html
parent1a99a306ae044625e3f89e16d1d6f809ce8c12e0 (diff)
Titel auf allen Seiten aus Konfiguration generiert
Diffstat (limited to 'www/html')
-rw-r--r--www/html/datenschutz.html2
-rw-r--r--www/html/impressum.html2
-rw-r--r--www/html/index.html2
-rw-r--r--www/html/vergangene-termine.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/www/html/datenschutz.html b/www/html/datenschutz.html
index e5876e7..b9d1963 100644
--- a/www/html/datenschutz.html
+++ b/www/html/datenschutz.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width">
- <title>Datenschutz</title>
+ <title>@title@ &ndash; Datenschutz</title>
<link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif">
</head>
diff --git a/www/html/impressum.html b/www/html/impressum.html
index e6872db..cdf864e 100644
--- a/www/html/impressum.html
+++ b/www/html/impressum.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width">
- <title>Impressum</title>
+ <title>@title@ &ndash; Impressum</title>
<link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif">
</head>
diff --git a/www/html/index.html b/www/html/index.html
index 967522b..00ec727 100644
--- a/www/html/index.html
+++ b/www/html/index.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width">
<meta name="description" content="Informationen zum Stadtteil Heimfeld und seinem Stadtteilbeirat">
<meta name="keywords" content="Heimfeld, Stadtteil, Stadtteilbeirat, Beirat, Stadtteilfest, Treffpunkthaus">
- <title>Stadtteilbeirat Heimfeld</title>
+ <title>@title@</title>
<link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif">
<link rel="stylesheet" type="text/css" href="style.css">
<script async src="redirects.js"></script>
diff --git a/www/html/vergangene-termine.html b/www/html/vergangene-termine.html
index cc9c576..29b711c 100644
--- a/www/html/vergangene-termine.html
+++ b/www/html/vergangene-termine.html
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width">
<meta name="description" content="Informationen zum Stadtteil Heimfeld und seinem Stadtteilbeirat">
<meta name="keywords" content="Heimfeld, Stadtteil, Stadtteilbeirat, Beirat, Stadtteilfest, Treffpunkthaus">
- <title>Stadtteilbeirat Heimfeld – Vergangene Termine</title>
+ <title>@title@ &ndash; Vergangene Termine</title>
<link rel="shortcut icon" type="image/x-icon" href="/img/Kraniche-dreh-klein.gif">
<link rel="stylesheet" type="text/css" href="style.css">
</head>