Skip to content

Commit 00462df

Browse files
authored
fix: display of zero star author count (#88)
1 parent 3de9cd8 commit 00462df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

assets/ejs/authors.ejs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@
1515
<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>
1616
</span>
1717
<% } %>
18-
<% if (item.stars) { %>
1918
<span>
2019
<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 %>
2120
</span>
22-
<% } %>
23-
<% if (item.extensions) { %>
2421
<span>
2522
<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 %>
2623
</span>
2724
<% } %>
28-
<% } %>
2925
</p>
3026
</div>
3127
<% } %>

0 commit comments

Comments
 (0)