diff --git a/templates/comment.html b/templates/comment.html
index db20855..c874b9e 100644
--- a/templates/comment.html
+++ b/templates/comment.html
@@ -13,7 +13,7 @@
{% if author.name != "[deleted]" %}
{% else %}
- u/{{ author.name }}
+
{% endif %}
{% if author.flair.flair_parts.len() > 0 %}
{% call utils::render_flair(author.flair.flair_parts) %}