From a640ef6f429588903fee4e0d83d2bbc3845bfff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Mon, 2 Aug 2021 23:40:37 +0200 Subject: [PATCH] Update about section (#18702) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen Co-authored-by: Paulus Schoutsen --- _config.yml | 5 ++++- source/_includes/asides/about.html | 2 +- source/_includes/custom/welcome.html | 6 +++--- source/index.html | 2 -- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 7ad17af55ab..af8df207535 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,10 @@ title: Home Assistant subtitle: Open source home automation that puts local control and privacy first. author: Home Assistant simple_search: https://www.google.com/search -description: Open source home automation that puts local control and privacy first. +description: >- + Open source home automation that puts local control and privacy first. + Powered by a worldwide community of tinkerers and DIY enthusiasts. + Perfect to run on a Raspberry Pi or a local server. # Default date format is "ordinal" (resulting in "July 22nd 2007") # You can customize the format as defined in diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html index e4a12f32618..f5e5c5ddae4 100644 --- a/source/_includes/asides/about.html +++ b/source/_includes/asides/about.html @@ -2,7 +2,7 @@

About Home Assistant

  • - Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. + {{ site.description }}
  • Get started with Home Assistant
  • Try the online demo
  • diff --git a/source/_includes/custom/welcome.html b/source/_includes/custom/welcome.html index 2f3c2a73673..0f40cac8780 100644 --- a/source/_includes/custom/welcome.html +++ b/source/_includes/custom/welcome.html @@ -1,6 +1,6 @@ -

    Awaken your home

    -

    -Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. +

    Awaken your home

    +

    + {{ site.description }}

    diff --git a/source/index.html b/source/index.html index 7903ffd15a8..c0dec86e595 100644 --- a/source/index.html +++ b/source/index.html @@ -5,8 +5,6 @@ hero_unit: true is_homepage: true regenerate: true feedback: false -description: - Open source home automation that puts local control and privacy first. ---