mirror of
https://github.com/resume/resume.github.com.git
synced 2026-05-03 01:00:07 -05:00
+3
-1
@@ -80,7 +80,9 @@ var run = function() {
|
||||
location: data.user.location,
|
||||
gravatar_id: data.user.gravatar_id,
|
||||
repos: data.user.public_repo_count,
|
||||
plural: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
|
||||
reposLabel: data.user.public_repo_count > 1 ? 'repositories' : 'repository',
|
||||
followers: data.user.followers_count,
|
||||
followersLabel: data.user.followers_count > 1 ? 'followers' : 'follower',
|
||||
username: username,
|
||||
since: since
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user