feat: change now page title
This commit is contained in:
parent
3a7fe2a3da
commit
ce28b576f4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const posts = await Astro.glob('./now/and-then/posts/*.astro')
|
||||||
|
|
||||||
<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><span class="text-gradient">Now: {now.title}</span></h1>
|
<h1><span class="text-gradient">What I'm doing now</span></h1>
|
||||||
<p>
|
<p>
|
||||||
<em
|
<em
|
||||||
>Published on <time datetime="{now.publishDate}">{publishedOn}</time>
|
>Published on <time datetime="{now.publishDate}">{publishedOn}</time>
|
||||||
|
|
Loading…
Reference in a new issue