diff --git a/templates/post.html b/templates/post.html index e256ddf..56bf281 100644 --- a/templates/post.html +++ b/templates/post.html @@ -120,8 +120,8 @@
{{ post.score.0 }} Upvotes

{{ post.upvote_ratio }}% Upvoted

@@ -144,7 +144,7 @@ {% for c in comments -%}
{% if single_thread %} -

View all comments

+

View all comments

{% if c.parent_kind == "t1" %}

Show parent comments

{% endif %}