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,7 +23,8 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
|
|||
·
|
||||
<em><a href="now/and-then/">Previously...</a></em>
|
||||
<Footer />
|
||||
</p>
|
||||
</main>
|
||||
</Layout>
|
||||
|
||||
<style>
|
||||
.text-gradient {
|
||||
|
@ -60,5 +60,3 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
|
|||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</main></Layout
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue