Skip to content

Commit

Permalink
Merge pull request #65 from 3Leelou/patch-1
Browse files Browse the repository at this point in the history
Fix the meta title that didn't have the subtitle
  • Loading branch information
markteekman committed Jul 30, 2023
2 parents 6018f54 + 03afbfd commit edaf79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SiteMeta.astro
Expand Up @@ -5,7 +5,7 @@ let subtitle = 'Accessible Astro Starter'
---

<!-- general meta -->
<meta name="title" content={title} />
<meta name="title" content={`${title} - ${subtitle}`} />
<meta name="description" content={description} />
<meta name="author" content={author} />

Expand Down

0 comments on commit edaf79c

Please sign in to comment.