fix: now page's publish date
This commit is contained in:
parent
927cc4f53f
commit
e95440db21
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
|
|||
<h1><span class="text-gradient">What I'm up to</span></h1>
|
||||
<p>
|
||||
<em
|
||||
>Updated on <time datetime="{now.publishDate}">{publishedOn}</time>{
|
||||
>Updated on <time datetime={now.publishDate}>{publishedOn}</time>{
|
||||
now.publishState ? `, ${now.publishState}` : ''
|
||||
}</em
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue