This commit is contained in:
Michael 2024-11-27 11:27:26 +00:00
parent 66fcfa31e8
commit 896243fcee

View File

@ -18,7 +18,7 @@ const { title, description, redirect } = Astro.props;
<head> <head>
<Head title={`${title} | ${SITE.NAME}`} description={description} redirect={redirect}/> <Head title={`${title} | ${SITE.NAME}`} description={description} redirect={redirect}/>
</head> </head>
<body> <body>
<main> <main>
<slot /> <slot />
</main> </main>