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?">
|
<Layout title="Now" description="What is Ayo Ayco currently up to?">
|
||||||
<main>
|
<main>
|
||||||
<h1>What's up <span class="text-gradient">Now</span></h1>
|
<h1>What's up <span class="text-gradient">Now</span></h1>
|
||||||
<p>
|
|
||||||
<small>
|
<small>
|
||||||
Updated on <time datetime={now.publishDate}>{publishedOn}</time>{
|
Updated on <time datetime={now.publishDate}>{publishedOn}</time>{
|
||||||
now.publishState ? `, ${now.publishState}` : ''
|
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>
|
<em><a href="now/and-then/">Previously...</a></em>
|
||||||
<Footer />
|
<Footer />
|
||||||
</p>
|
</main>
|
||||||
|
</Layout>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.text-gradient {
|
.text-gradient {
|
||||||
|
@ -60,5 +60,3 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</main></Layout
|
|
||||||
>
|
|
||||||
|
|
Loading…
Reference in a new issue