Skip to content

Commit

Permalink
Correct plural for answer count label
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Sep 12, 2023
1 parent 69e6b7d commit 333c7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/listing.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</a>
<p class="text-sm mt-5 flex justify-between">
<a href="/posts/{{post.id}}.html">{{ post.real_num_comments }}
Answers</a>
Answer{% if post.real_num_comments > 1 %}s{%endif%}</a>
<span class="text-gray-500">{{post.created_at.format("%F")}}</span>
</p>
</div>
Expand Down

0 comments on commit 333c7c0

Please sign in to comment.