diff --git a/templates/utils.html b/templates/utils.html index 07e1ce8..7864200 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -141,7 +141,7 @@ {{ post.body|safe }}
- {{ post.comments.0 }} comments + {{ post.comments.0 }} {% if post.comments.1 == "1" %}comment{% else %}comments{% endif %}
{%- endmacro %}