Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Homepage info #34

Open
bizhuka opened this issue Jul 2, 2020 · 1 comment
Open

Homepage info #34

bizhuka opened this issue Jul 2, 2020 · 1 comment

Comments

@bizhuka
Copy link

bizhuka commented Jul 2, 2020

Hi
didn't dare to create a pull request
but is it possible to add info about a homepage? (if it's provided)

image

/script/pages

line 50

 var homepage = repo.homepage ? `<p> <a href="${repo.homepage}">${repo.homepage}</a> </p>` : '';

line 25

  homepage: json[name].repo.homepage,

and maybe here

image

/explore.html

line 86

        $.each(data, function (key, val) {
          var homepage = data[key].repo.homepage;
          homepage = homepage ? "<a href='" + homepage + "'>Home page</a><br>" : "";

          items.push("<h2>" +

anyway thank for a great tool!
it's inspired me to create my own libraries

@larshp
Copy link
Member

larshp commented Jul 2, 2020

yea, thats a good idea

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

2 participants