From 896af73d5476daafbf994598bded341a34b7ba4f Mon Sep 17 00:00:00 2001 From: Darren Griffin Date: Fri, 11 Oct 2024 18:30:04 +0100 Subject: [PATCH] Update people to reflect missing users from blog posts (#35178) --- source/_data/people.yml | 10 +++++++++- source/_includes/post/author.html | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/source/_data/people.yml b/source/_data/people.yml index a26451c9c2b..5eecd1608bf 100644 --- a/source/_data/people.yml +++ b/source/_data/people.yml @@ -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 \ No newline at end of file diff --git a/source/_includes/post/author.html b/source/_includes/post/author.html index c75bb03c2e8..d56156d0288 100644 --- a/source/_includes/post/author.html +++ b/source/_includes/post/author.html @@ -8,7 +8,7 @@ {% if author %} {% assign person = site.data.people[author] %} {% if person %} - {{ person.name }} {{ person.name }} {% else %}