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);