mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
removed extra title (#3274)
This commit is contained in:
parent
6d5ef41b1e
commit
c0c3a1bd83
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ let firstPage = allPosts.slice(0, 2);
|
|||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{title}</title>
|
||||
<MainHead {title} {description} image={allPosts[0].frontmatter.image} {canonicalURL} />
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue