chore: fix html structure

This commit is contained in:
Ayo Ayco 2025-06-04 10:20:29 +02:00
parent 6c4874c9ff
commit 7e85e61fa7

View file

@ -12,7 +12,6 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
<Layout title="Now" description="What is Ayo Ayco currently up to?">
<main>
<h1>What's up <span class="text-gradient">Now</span></h1>
<p>
<small>
Updated on <time datetime={now.publishDate}>{publishedOn}</time>{
now.publishState ? `, ${now.publishState}` : ''
@ -24,9 +23,10 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
&middot;
<em><a href="now/and-then/">Previously...</a></em>
<Footer />
</p>
</main>
</Layout>
<style>
<style>
.text-gradient {
font-weight: 900;
background-image: var(--ayo-gradient);
@ -59,6 +59,4 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
gap: 1rem;
padding: 0;
}
</style>
</main></Layout
>
</style>