Skip to content

Commit

Permalink
fedi author meta tag
Browse files Browse the repository at this point in the history
Signed-off-by: Hazel <[email protected]>
  • Loading branch information
hazelthatsme committed Nov 18, 2024
1 parent f4866d3 commit 191d1ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const { title, description, tags } = Astro.props;
<title>{title}{title && ' | '} Hazel, that's me.</title>
<meta name="description" content={description ?? ""} />
<meta name="keywords" content={tags} />

<meta name="fediverse:creator" content="@[email protected]" />
</head>
<body>
<header>
Expand Down

0 comments on commit 191d1ad

Please sign in to comment.