feat: fix some page titles & descriptions
This commit is contained in:
parent
56f42950b4
commit
21a0ac4767
2 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ import Layout from '../layouts/Layout.astro'
|
|||
import Footer from '../components/Footer.astro'
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<Layout title="About" description="About Ayo Ayco and how to contact">
|
||||
<main>
|
||||
<h1>Hi, I'm Ayo!</h1>
|
||||
<h1>Hi, I'm <span class="text-gradient">Ayo</span></h1>
|
||||
<p>
|
||||
I am a newbie engineering manager at a large bank headquartered in
|
||||
Amsterdam. I'm also a certified software architecture professional
|
||||
|
|
|
@ -11,7 +11,7 @@ const publishedOn = now.publishedOn === '' ? now.publishDate : now.publishedOn
|
|||
|
||||
<Layout title="Now" description="What is Ayo Ayco currently up to?">
|
||||
<main>
|
||||
<h1><span class="text-gradient">What I'm up to</span></h1>
|
||||
<h1>What's up <span class="text-gradient">Now</span></h1>
|
||||
<p>
|
||||
<em
|
||||
>Updated on <time datetime={now.publishDate}>{publishedOn}</time>{
|
||||
|
|
Loading…
Reference in a new issue