Change url to www. (#5011)
This commit is contained in:
parent
88f326ea20
commit
c29501ddbd
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Main Configs #
|
# Main Configs #
|
||||||
# ----------------------- #
|
# ----------------------- #
|
||||||
|
|
||||||
url: https://home-assistant.io
|
url: https://www.home-assistant.io
|
||||||
title: Home Assistant
|
title: Home Assistant
|
||||||
subtitle: Open-source home automation platform running on Python 3
|
subtitle: Open-source home automation platform running on Python 3
|
||||||
author: Home Assistant
|
author: Home Assistant
|
||||||
|
|
|
@ -24,7 +24,7 @@ module Jekyll
|
||||||
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
|
||||||
def site_url
|
def site_url
|
||||||
'https://home-assistant.io'
|
'https://www.home-assistant.io'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Prepend a url with the full site url
|
# Prepend a url with the full site url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue