mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-01-03 03:31:18 -05:00
Table: Fix stars sorting
This commit is contained in:
parent
a80023caa3
commit
05d7f9c280
2
build.js
2
build.js
@ -141,7 +141,7 @@ const formatEntry = (
|
|||||||
'<p></p>',
|
'<p></p>',
|
||||||
`<p class="${
|
`<p class="${
|
||||||
valueNames[3]
|
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>',
|
(language && `<p class="${valueNames[5]}">${language}</p>`) || '<p></p>',
|
||||||
(license &&
|
(license &&
|
||||||
license.url !== null &&
|
license.url !== null &&
|
||||||
|
Loading…
Reference in New Issue
Block a user