mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-22 01:56:30 +00:00
parent
84974897ed
commit
999e91290a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue