Link in comments redirect to profile on the current instance

Fix #127
This commit is contained in:
Bat 2018-07-26 18:37:13 +02:00
parent 84974897ed
commit 999e91290a

View file

@ -43,7 +43,7 @@
{% endmacro %}
{% macro comment(comm) %}
<div class="comment" id="comment-{{ comm.id }}">
<a class="author" href="{{ comm.author.ap_url }}">
<a class="author" href="/@/{{ comm.author.fqn }}/">
<span class="display-name">{{ comm.author.name }}</span>
<small>@{{ comm.author.username }}</small>
</a>