title fororog

This commit is contained in:
nelle 2024-08-18 01:20:18 -06:00
parent 5f67f562ac
commit 3dd4586e37

View file

@ -12,7 +12,7 @@ const { title } = Astro.props;
<!doctype html>
<html lang="en">
<head>
<Head />
<Head title={title}/>
<title>{title}</title>
</head>
<body onload="redirect()">