Update people to reflect missing users from blog posts (#35178)

This commit is contained in:
Darren Griffin 2024-10-11 18:30:04 +01:00 committed by GitHub
parent a634cb44ce
commit 896af73d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -20,7 +20,7 @@ Madelena Mak:
Guy Sie:
name: Guy Sie
github: GuySie
github: guysie
Gordon Cameron:
name: Gordon Cameron
@ -77,3 +77,11 @@ Zac West:
Klaas Schoute:
name: Klaas Schoute
github: klaasnicolaas
Joakim Sørensen:
name: Joakim Sørensen
github: ludeeus
Andy Gill:
name: Andy Gill
github: ncandyg

View File

@ -8,7 +8,7 @@
{% if author %}
{% assign person = site.data.people[author] %}
{% 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>
</span>
{% else %}