feat: change now page title

This commit is contained in:
Ayo Ayco 2025-01-09 02:16:49 +01:00
parent 3a7fe2a3da
commit ce28b576f4

View file

@ -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>