Skip to content

Commit

Permalink
Add the author meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bugron committed Jan 14, 2024
1 parent 5447a87 commit f63b4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ const ogImage = ogImages[Astro.props.slug] ?? defaultOgImage;

<meta property="og:image" content={ogImage} />
<meta property="twitter:image" content={ogImage} />
<meta name="author" content="Arsen Melikyan" />
<DefaultHead {...Astro.props} />

0 comments on commit f63b4ec

Please sign in to comment.