mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-19 07:28:05 +02:00
Table: Fix stars sorting
This commit is contained in:
parent
a80023caa3
commit
05d7f9c280
1 changed files with 1 additions and 1 deletions
2
build.js
2
build.js
|
@ -141,7 +141,7 @@ const formatEntry = (
|
|||
'<p></p>',
|
||||
`<p class="${
|
||||
valueNames[3]
|
||||
} timestamp" title="Stars on GitHub" data-timestamp="${stargazers}">⭐️${stargazers}</p>`,
|
||||
} timestamp" title="Stars on GitHub" data-stars="${stargazers}">⭐️${stargazers}</p>`,
|
||||
(language && `<p class="${valueNames[5]}">${language}</p>`) || '<p></p>',
|
||||
(license &&
|
||||
license.url !== null &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue