diff --git a/templates/index.html b/templates/index.html
index d1b744e94..fe35eb7bc 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -7,7 +7,7 @@
Welcome to Converse
diff --git a/templates/thread.html b/templates/thread.html
index e26d4bcc6..83007d6ac 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -6,9 +6,9 @@
{{ thread.title }}
- {{ thread.body }}
Posted at {{ thread.posted }}
+ {{ thread.body }}
Posted at {{ thread.posted }} by {{ thread.author_name }}
{% for post in posts -%}
- {{ post.body }}
Posted at {{ post.posted }}
+ {{ post.body }}
Posted at {{ post.posted }} by {{ post.author_name }}
{%- endfor %}