chore: fix html structure
This commit is contained in:
parent
6c4874c9ff
commit
7e85e61fa7
1 changed files with 44 additions and 46 deletions
|
@ -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
|
|||
·
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue