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