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

r/{{ post.community }} - u/{{ post.author.name }} + u/{{ post.author.name }} {% if post.author.flair.flair_parts.len() > 0 %} {% call utils::render_flair(post.author.flair.flair_parts) %} {% endif %} diff --git a/templates/utils.html b/templates/utils.html index 81a4bd4..a11583f 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -72,7 +72,7 @@ {% endif -%} {{ community }} - u/{{ post.author.name }} + u/{{ post.author.name }} {{ post.rel_time }} {% if !post.awards.is_empty() %}