feat: udpate publish time label

This commit is contained in:
Ayo Ayco 2025-01-09 03:07:51 +01:00
parent 72b4cfb9ef
commit 4a421db2b8

View file

@ -15,7 +15,7 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
<p> <p>
<em <em
>Updated on <time datetime="{now.publishDate}">{publishedOn}</time> >Updated on <time datetime="{now.publishDate}">{publishedOn}</time>
{now.publishState}</em {now.publishState ? `, ${now.publishState}` : ''}</em
> >
</p> </p>
<Fragment set:html={nowHtml} /> <Fragment set:html={nowHtml} />