From e32cbf896ff3ecd7d7a56cadf7eca0827f2dbc93 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 1 Jun 2024 17:15:14 +0200 Subject: [PATCH 1/2] :passport_control: link mastodon account to legal pages --- page/imprint/index.php | 1 + page/privacy/index.php | 1 + 2 files changed, 2 insertions(+) diff --git a/page/imprint/index.php b/page/imprint/index.php index 91fbeeb..165409b 100644 --- a/page/imprint/index.php +++ b/page/imprint/index.php @@ -36,6 +36,7 @@ Page::author("Kim Endisch"); Page::$head["analytics"] = ''; + Page::$head["mastodon_verify"] = ''; Page::css("./page/start/style.css"); Page::css("./page/start/style.css.php", eval: true); diff --git a/page/privacy/index.php b/page/privacy/index.php index b3443da..74f7de6 100644 --- a/page/privacy/index.php +++ b/page/privacy/index.php @@ -36,6 +36,7 @@ Page::author("Kim Endisch"); Page::$head["analytics"] = ''; + Page::$head["mastodon_verify"] = ''; Page::css("./page/start/style.css"); Page::css("./page/start/style.css.php", eval: true); -- 2.30.2 From e971e24dd54d4a3005dcdc92e7e5a860dc2f9d18 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 1 Jun 2024 17:15:20 +0200 Subject: [PATCH 2/2] :bookmark: bump version to v1.2.18 --- meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.php b/meta.php index 6bfa882..a0719eb 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@