mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix homepage description
This commit is contained in:
parent
bded19ec08
commit
cbb421de55
2
_deploy
2
_deploy
@ -1 +1 @@
|
||||
Subproject commit b19ecf262f6dbd6d57102c0f4b7c78d7b171bd00
|
||||
Subproject commit 9c8ef0ad8f1f0714f8262db16d0253f80149a801
|
@ -21,7 +21,7 @@
|
||||
<meta property="og:title" content="{% if post.title %}{{ post.title }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
||||
<meta property="og:site_name" content="{{ site.title }}">
|
||||
<meta property="og:url" content="{% if canonical %}{{ canonical }}{% else %}{{ site.url }}{% endif %}/">
|
||||
<meta property="og:type" content="{% if page.date %}article{% else %}website{% endif %}">
|
||||
<meta property="og:type" content="{% if page.categories %}article{% else %}website{% endif %}">
|
||||
<meta property="og:description" content="{{ fb_description | strip_html | condense_spaces | truncate:200 }}">
|
||||
<meta property="og:image" content="{% if page.og_image %}{{ page.og_image | prepend: site.url }}{% else %}https://home-assistant.io/images/favicon-192x192.png{% endif %}">
|
||||
{% endif %}
|
||||
|
@ -6,6 +6,7 @@ show_title: false
|
||||
sidebar: false
|
||||
hero_unit: true
|
||||
is_homepage: true
|
||||
description: Open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Installation in less than a minute.
|
||||
---
|
||||
|
||||
<div class="grid-wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user