feat: udpate publish time label
This commit is contained in:
parent
72b4cfb9ef
commit
4a421db2b8
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||||
|
|
Loading…
Reference in a new issue