Skip to content

Commit

Permalink
author: fediverse:creator
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Oct 13, 2024
1 parent 8e36f56 commit d67f07a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspaces/website/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ const { title, description, image = PROFILE_PIC } = Astro.props;
<meta name="title" content={title} />
<meta name="description" content={description} />

<!-- fediverse / mastodon -->
<meta name="fediverse:creator" content="@[email protected]" />

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content={Astro.url} />
Expand Down

0 comments on commit d67f07a

Please sign in to comment.