mirror of
https://github.com/defnull/fediwall.git
synced 2024-11-21 15:13:20 +01:00
Fix title attribute for post date
This commit is contained in:
parent
b84f3e9efa
commit
375b1493bb
@ -51,7 +51,7 @@ const onMediaLoad = inject('fixLayout', () => undefined)
|
||||
</video>
|
||||
</div>
|
||||
<p v-if="config.showText" class="card-text" v-dompurify-html="post.content"></p>
|
||||
<p class="card-text text-end text-break"><a :href="post.url" target="_blank" alt="${post.date}"
|
||||
<p class="card-text text-end text-break"><a :href="post.url" target="_blank" :title="post.date"
|
||||
class="text-decoration-none text-muted"><small>{{ timeAgo }}</small></a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user