fix: now page tags messed up

This commit is contained in:
Ayo Ayco 2025-05-24 20:22:47 +02:00
parent 0d66c330b8
commit 8923a3d519

View file

@ -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>
&middot;
<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>
&middot;
<em><a href="now/and-then/">Previously...</a></em>
<Footer />
</p>
<style>