Skip to content

Commit

Permalink
fix: homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 22, 2024
1 parent 86d0c26 commit 4b5a1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/index.html
Expand Up @@ -31,7 +31,7 @@
<a href="<%= name %>">/<%= name %></a>
<span class="text-gray-500">
<% if (Array.isArray(it.data[name])) { %>
- <%= it.data[name].length %> items</span>
- <%= it.data[name].length %> <%= it.data[name].length > 1 ? 'items' : 'item' %></span>
<% } %>
</div>
<% }) %>
Expand Down

0 comments on commit 4b5a1de

Please sign in to comment.