danielcgilibert / blog-template

📚 Openblog is an elegant, simple, and user-friendly blog. Focused on accessibility, SEO and performance.
https://blog-template-gray.vercel.app
GNU General Public License v3.0
658 stars 235 forks source link

fix <title> not closing properly #61

Closed underactive closed 8 months ago

underactive commented 8 months ago

The tag is broken and doesn't close properly, resulting in the title text having "<code><-- SEO --> <meta ...</code>" appended to <code>{siteTitle}</code>, and the tag appearing after all the tags

Not sure why, but reverting the change in commit b3658d3 to src/components/BaseHead.astro fixes this.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 9, 2024 6:17pm
danielcgilibert commented 8 months ago

Thanks