parent
84974897ed
commit
999e91290a
@ -43,7 +43,7 @@
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
{% macro comment(comm) %}
|
{% macro comment(comm) %}
|
||||||
<div class="comment" id="comment-{{ comm.id }}">
|
<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>
|
<span class="display-name">{{ comm.author.name }}</span>
|
||||||
<small>@{{ comm.author.username }}</small>
|
<small>@{{ comm.author.username }}</small>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user