Skip to content

Commit

Permalink
fix: display of zero star author count (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Jul 28, 2024
1 parent 3de9cd8 commit 00462df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/ejs/authors.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
<a href="<%= item.url %>" target="_blank" class="text-decoration: none;"><iconify-icon inline="true" role="img" icon="octicon:mark-github-16" aria-label="Icon mark-github-16 from octicon Iconify.design set." title="Icon mark-github-16 from octicon Iconify.design set."></iconify-icon></a>
</span>
<% } %>
<% if (item.stars) { %>
<span>
<iconify-icon inline="true" role="img" icon="octicon:star-16" aria-label="Icon star-16 from octicon Iconify.design set." title="Icon star-16 from octicon Iconify.design set."></iconify-icon> <%= item.stars %>
</span>
<% } %>
<% if (item.extensions) { %>
<span>
<iconify-icon inline="true" role="img" icon="octicon:repo-16" aria-label="Icon repo-16 from octicon Iconify.design set." title="Icon repo-16 from octicon Iconify.design set."></iconify-icon> <%= item.extensions %>
</span>
<% } %>
<% } %>
</p>
</div>
<% } %>
Expand Down

0 comments on commit 00462df

Please sign in to comment.