Skip to content

Commit 76024d4

Browse files
committed
Update author info
1 parent b45cfea commit 76024d4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url: https://home-assistant.io
77
title: Home Assistant
88
subtitle: Open-source home automation platform running on Python 3
9-
author: Paulus Schoutsen
9+
author: Home Assistant
1010
simple_search: https://www.google.com/search
1111
description: Home Assistant is an open-source home automation platform running on Python 3.
1212

source/_cookbook/tor_configuration.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ comments: false
88
sharing: true
99
footer: true
1010
ha_category: Infrastructure
11+
author: Nathan Freitas
12+
author_twitter: n8fr8
1113
---
1214

1315
This is an example about how you can configure Tor to provide secure remote access to your Home Assistant instance as an Onion site, through Tor's Hidden Service feature. With this enabled, you do not need to open your firewall ports or setup HTTPS to enable secure remote access.

source/_includes/site/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta charset="utf-8">
1212
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
1313
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
14-
<meta name="author" content="{{ site.author }}">
14+
<meta name="author" content="{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}">
1515
<meta name="description" content="{{ description | strip_html | condense_spaces | truncate:150 }}">
1616
{% if page.keywords %}<meta name="keywords" content="{{ page.keywords }}">{% endif %}
1717
<meta name="viewport" content="width=device-width">

0 commit comments

Comments
 (0)