From a1b0e1c0328bca11fcebc0981d7efc3fa1d627c2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 9 Nov 2022 17:33:13 +0100 Subject: [PATCH] Verify Home Assistant Mastodon account (#24870) --- _config.yml | 3 +++ source/_includes/site/head.html | 1 + 2 files changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 4320486db0c..23edcec7a38 100644 --- a/_config.yml +++ b/_config.yml @@ -104,6 +104,9 @@ social: twitter: account: home_assistant + mastodon: + account: "https://fosstodon.org/@homeassistant" + # Home Assistant release details current_major_version: 2022 current_minor_version: 11 diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html index b965a92e387..586e850d16e 100644 --- a/source/_includes/site/head.html +++ b/source/_includes/site/head.html @@ -27,6 +27,7 @@ + {% if site.social.mastodon.account %}{% endif %}