diff --git a/app/templates/post/post.html b/app/templates/post/post.html
index 82dd4086..0ce9fafe 100644
--- a/app/templates/post/post.html
+++ b/app/templates/post/post.html
@@ -84,7 +84,7 @@
{{ render_username(comment['comment'].author) }}
{% endwith -%}
{% if comment['comment'].author.id == post.author.id -%}[OP] {% endif -%}
- {{ arrow.get(comment['comment'].posted_at).humanize(locale=locale) }}{% if comment['comment'].edited_at -%}, edited {{ arrow.get(comment['comment'].edited_at).humanize(locale=locale) }} {% endif -%}
+ {{ arrow.get(comment['comment'].posted_at).humanize(locale=locale) }}{% if comment['comment'].edited_at -%}, edited {{ arrow.get(comment['comment'].edited_at).humanize(locale=locale) }} {% endif -%}
{% if comment['comment'].reports and current_user.is_authenticated and post.community.is_moderator(current_user)%}