diff --git a/templates/post.html b/templates/post.html
index adbe6d6d..a41d9eb0 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -2,7 +2,7 @@
{% import "utils.html" as utils %}
{% block title %}
- {% if single_thread %}
+ {% if single_thread && comments.len() > 0 %}
{{ comments[0].author.name }} comments on {{ post.title }} - r/{{ post.community }}
{% else %}
{{ post.title }} - r/{{ post.community }}