Base du site

This commit is contained in:
Gu://em_ 2025-05-28 04:04:47 +02:00
parent 3dfd6a646d
commit 88c2d693b4
40 changed files with 167 additions and 3071 deletions

View file

@ -20,7 +20,7 @@ const { page } = Astro.props;
<Layout title={`Posts | ${SITE.title}`}>
<Header />
<Main pageTitle="Posts" pageDesc="All the articles I've posted.">
<Main pageTitle="Posts" pageDesc="Tous les articles que j'ai posté">
<ul>
{page.data.map(data => <Card {...data} />)}
</ul>