mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Fix template
This commit is contained in:
@ -196,7 +196,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if actor.summary %}
|
{% if with_details and actor.summary %}
|
||||||
<div class="p-note">
|
<div class="p-note">
|
||||||
{{ actor.summary | clean_html(actor) | safe }}
|
{{ actor.summary | clean_html(actor) | safe }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user