title fororog
This commit is contained in:
parent
5f67f562ac
commit
3dd4586e37
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const { title } = Astro.props;
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<Head />
|
<Head title={title}/>
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
</head>
|
</head>
|
||||||
<body onload="redirect()">
|
<body onload="redirect()">
|
||||||
|
|
Loading…
Reference in a new issue