From 154335ec28f33f91a7affeefea103cad5d13f42a Mon Sep 17 00:00:00 2001 From: Adit Jain <77121346+Jadit19@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:24:05 +0530 Subject: [PATCH] Fix footer GitHub api for contributors --- _includes/footer_custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index e93cf8d..3984980 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -62,7 +62,7 @@ fetch(url) .then(response => response.json()) .then(data => { - const names = data.map(commit => commit.committer.login) + const names = data.map(commit => commit.commit.committer.name) const uniqueNames = [...new Set(names)] const links = uniqueNames.map( name =>