forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-22 16:59:15 -06:00
parent 8f8d964b44
commit 1f68f3eb53
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@
<li>
<a {% if v %}href="{{p.permalink}}"{% else %}href="/logged_out{{p.permalink}}"{% endif %} class="text-gray-500 hover:text-gray-400">
<i class="fas fa-comment-dots fa-fw mr-2"></i>
<span class="hidden lg:inline-block">
{{ p.comment_count }} comment{{ '' if p.comment_count == 1 else 's' }}
</span>
{{ p.comment_count }}
<span class="hidden lg:inline-block">comment{{ '' if p.comment_count == 1 else 's' }}</span>
<span class="text-primary hidden new-comments"></span>
</a>
</li>