Fix homepage description
This commit is contained in:
parent
bded19ec08
commit
cbb421de55
3 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue