Skip to content

Commit

Permalink
Merge pull request danielcgilibert#61 from underactive/fix/title
Browse files Browse the repository at this point in the history
fix <title> not closing properly
  • Loading branch information
danielcgilibert authored Mar 10, 2024
2 parents eb89a78 + aadd31d commit 6a804d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ import { join } from 'path'
import { AstroFont } from 'astro-font'
---

<!-- ViewTransitions -->
<ViewTransitions />

<!-- Global Metadata -->
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width,initial-scale=1' />
Expand All @@ -37,6 +34,9 @@ import { AstroFont } from 'astro-font'
<!-- Primary Meta Tags -->
<title>{siteTitle}</title>

<!-- ViewTransitions -->
<ViewTransitions />

<!-- SEO -->
<meta name='title' content={siteTitle} />
<meta name='description' content={description} />
Expand Down

0 comments on commit 6a804d0

Please sign in to comment.