From 55eb5889ea503ed71f02f683611a37726304bbdf Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 9 May 2023 16:35:10 +0200 Subject: [PATCH] :mag: add some more keywords --- page/start/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page/start/index.php b/page/start/index.php index 60d2369..20c2a3d 100644 --- a/page/start/index.php +++ b/page/start/index.php @@ -21,7 +21,7 @@ Page::robots(index: true, follow: true); Page::author("Kim Endisch"); - Page::keywords("selbstbestimmungsgesetz-jetzt", "selbstbestimmungsgesetz", "selbstbestimmung", "tsg", "transsexuellengesetz", "roadmap", "timeline", "stand", "trans", "nicht-binär", "non-binary", "deutschland", "gender", "geschlecht", "identität"); + Page::keywords("selbstbestimmungsgesetz-jetzt", "selbstbestimmungsgesetz", "selbstbestimmung", "tsg", "transsexuellengesetz", "trans", "nicht-binär", "non-binary", "deutschland", "gender", "geschlecht", "identität", "roadmap", "timeline", "stand", "aktuell", "aktueller stand", "wann", "wann kommt", "inkrafttreten", "referentenentwurf"); Page::css(__DIR__ . "/style.css");