diff --git a/templates/comment.html b/templates/comment.html index 355cd53..694352d 100644 --- a/templates/comment.html +++ b/templates/comment.html @@ -14,7 +14,7 @@ {% if author.flair.flair_parts.len() > 0 %} {% call utils::render_flair(author.flair.flair_parts) %} {% endif %} - {{ rel_time }} + {{ rel_time }} {% if edited.0 != "".to_string() %}edited {{ edited.0 }}{% endif %}
{{ body }}