fix: now page tags messed up
This commit is contained in:
parent
0d66c330b8
commit
8923a3d519
1 changed files with 6 additions and 7 deletions
|
@ -17,14 +17,13 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
|
|||
Updated on <time datetime={now.publishDate}>{publishedOn}</time>{
|
||||
now.publishState ? `, ${now.publishState}` : ''
|
||||
}
|
||||
<small> </small>
|
||||
<Fragment set:html={nowHtml} />
|
||||
<hr />
|
||||
<em><a href="https://nownownow.com/about">About now pages</a></em>
|
||||
·
|
||||
<em><a href="now/and-then/">Previously...</a></em>
|
||||
<Footer />
|
||||
</small>
|
||||
<Fragment set:html={nowHtml} />
|
||||
<hr />
|
||||
<em><a href="https://nownownow.com/about">About now pages</a></em>
|
||||
·
|
||||
<em><a href="now/and-then/">Previously...</a></em>
|
||||
<Footer />
|
||||
</p>
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue