Fix title attribute for post date

This commit is contained in:
Marcel Hellkamp 2024-02-10 13:27:52 +01:00
parent b84f3e9efa
commit 375b1493bb

View File

@ -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>