From 7c73e352ce95c6af188a278b69c2696908c6506f Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 19 Dec 2021 17:12:33 -0800 Subject: [PATCH] Fix [deleted] user link color --- templates/comment.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" %} u/{{ author.name }} {% else %} - u/{{ author.name }} + u/[deleted] {% endif %} {% if author.flair.flair_parts.len() > 0 %} {% call utils::render_flair(author.flair.flair_parts) %}