Don't create hrefs to u/[deleted]

This commit is contained in:
alyaeanyx 2021-12-19 12:20:37 +01:00
parent ceee13cfb7
commit f05a818edd
No known key found for this signature in database
GPG Key ID: 87D1AADCD25B8DEE

View File

@ -10,7 +10,11 @@
</div>
<details class="comment_right" {% if !collapsed || highlighted %}open{% endif %}>
<summary class="comment_data">
{% if author.name != "[deleted]" %}
<a class="comment_author {{ author.distinguished }} {% if author.name == post_author %}op{% endif %}" href="/user/{{ author.name }}">u/{{ author.name }}</a>
{% else %}
u/{{ author.name }}
{% endif %}
{% if author.flair.flair_parts.len() > 0 %}
<small class="author_flair">{% call utils::render_flair(author.flair.flair_parts) %}</small>
{% endif %}