mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update people to reflect missing users from blog posts (#35178)
This commit is contained in:
parent
a634cb44ce
commit
896af73d54
@ -20,7 +20,7 @@ Madelena Mak:
|
|||||||
|
|
||||||
Guy Sie:
|
Guy Sie:
|
||||||
name: Guy Sie
|
name: Guy Sie
|
||||||
github: GuySie
|
github: guysie
|
||||||
|
|
||||||
Gordon Cameron:
|
Gordon Cameron:
|
||||||
name: Gordon Cameron
|
name: Gordon Cameron
|
||||||
@ -77,3 +77,11 @@ Zac West:
|
|||||||
Klaas Schoute:
|
Klaas Schoute:
|
||||||
name: Klaas Schoute
|
name: Klaas Schoute
|
||||||
github: klaasnicolaas
|
github: klaasnicolaas
|
||||||
|
|
||||||
|
Joakim Sørensen:
|
||||||
|
name: Joakim Sørensen
|
||||||
|
github: ludeeus
|
||||||
|
|
||||||
|
Andy Gill:
|
||||||
|
name: Andy Gill
|
||||||
|
github: ncandyg
|
@ -8,7 +8,7 @@
|
|||||||
{% if author %}
|
{% if author %}
|
||||||
{% assign person = site.data.people[author] %}
|
{% assign person = site.data.people[author] %}
|
||||||
{% if person %}
|
{% if person %}
|
||||||
<span class="byline author vcard"
|
<span class="byline author vcard">
|
||||||
<a href="https://github.com/{{ person.github }}" target="_blank"><img class="author-avatar" src="https://avatars.githubusercontent.com/{{ person.github }}?size=64" alt="{{ person.name }}"/> {{ person.name }}</a>
|
<a href="https://github.com/{{ person.github }}" target="_blank"><img class="author-avatar" src="https://avatars.githubusercontent.com/{{ person.github }}?size=64" alt="{{ person.name }}"/> {{ person.name }}</a>
|
||||||
</span>
|
</span>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user