mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 23:36:51 +00:00
Verify Home Assistant Mastodon account (#24870)
This commit is contained in:
parent
701cf2d7c4
commit
a1b0e1c032
@ -104,6 +104,9 @@ social:
|
|||||||
twitter:
|
twitter:
|
||||||
account: home_assistant
|
account: home_assistant
|
||||||
|
|
||||||
|
mastodon:
|
||||||
|
account: "https://fosstodon.org/@homeassistant"
|
||||||
|
|
||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2022
|
current_major_version: 2022
|
||||||
current_minor_version: 11
|
current_minor_version: 11
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
<meta name="twitter:title" content="{% if post.title %}{{ post.title }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
<meta name="twitter:title" content="{% if post.title %}{{ post.title }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
||||||
<meta name="twitter:description" content="{{ page.description | default: site.description | strip_html | truncate: 200 }}">
|
<meta name="twitter:description" content="{{ page.description | default: site.description | strip_html | truncate: 200 }}">
|
||||||
<meta name="twitter:image" content="{{ page.og_image | default: "/images/default-social.png" | prepend: site.url }}">
|
<meta name="twitter:image" content="{{ page.og_image | default: "/images/default-social.png" | prepend: site.url }}">
|
||||||
|
{% if site.social.mastodon.account %}<link rel="me" href="{{ site.social.mastodon.account }}">{% endif %}
|
||||||
|
|
||||||
<link href="{{ '/stylesheets/prism.css' | cache_buster }}" rel="stylesheet">
|
<link href="{{ '/stylesheets/prism.css' | cache_buster }}" rel="stylesheet">
|
||||||
<link href="{{ '/stylesheets/screen.css' | cache_buster }}" media="screen, projection, print" rel="stylesheet">
|
<link href="{{ '/stylesheets/screen.css' | cache_buster }}" media="screen, projection, print" rel="stylesheet">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user