mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-03 07:48:51 +00:00
parent
84974897ed
commit
999e91290a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue