Fix AP object URL prop

This commit is contained in:
Thomas Sileo 2022-07-19 20:54:10 +02:00
parent ba6d15d606
commit 61a152f2b7
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@
<nav class="flexbox activity-bar">
<ul>
<li>
<div><a href="{{ object.url or object.id }}"{% if object.is_from_inbox %} rel="nofollow"{% endif %} class="object-permalink u-url u-uid">permalink</a></div>
<div><a href="{{ object.url }}"{% if object.is_from_inbox %} rel="nofollow"{% endif %} class="object-permalink u-url u-uid">permalink</a></div>
</li>
<li>
<time class="dt-published" datetime="{{ object.ap_published_at.replace(microsecond=0).isoformat() }}" title="{{ object.ap_published_at.replace(microsecond=0).isoformat() }}">{{ object.ap_published_at | timeago }}</time>