Change url to www. (#5011)

This commit is contained in:
Paulus Schoutsen 2018-03-24 20:26:16 -07:00 committed by GitHub
parent 88f326ea20
commit c29501ddbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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