diff options
author | 2022-05-03 15:37:11 -0400 | |
---|---|---|
committer | 2022-05-03 15:37:11 -0400 | |
commit | c0c3a1bd83f1f44f07a9eea27f16fb37d1361971 (patch) | |
tree | 541bfba982e9cdc51509e8f48bc5dfddff9cc9d1 | |
parent | 6d5ef41b1ed77ccc67f71e91adeab63a50a494a8 (diff) | |
download | astro-c0c3a1bd83f1f44f07a9eea27f16fb37d1361971.tar.gz astro-c0c3a1bd83f1f44f07a9eea27f16fb37d1361971.tar.zst astro-c0c3a1bd83f1f44f07a9eea27f16fb37d1361971.zip |
removed extra title (#3274)
-rw-r--r-- | examples/blog-multiple-authors/src/pages/index.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/src/pages/index.astro b/examples/blog-multiple-authors/src/pages/index.astro index 0c8d701ea..4e93a932e 100644 --- a/examples/blog-multiple-authors/src/pages/index.astro +++ b/examples/blog-multiple-authors/src/pages/index.astro @@ -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> |