Remove unnecessary trailing slashes

This commit is contained in:
spikecodes
2021-03-17 17:28:05 -07:00
parent e15c15c390
commit 038fafa378
6 changed files with 14 additions and 14 deletions

View File

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