feat: add Mastodon author attribution meta tag
Adds fediverse:creator meta tag so Mastodon attributes shared pages to @fiatcode@mastodon.social. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ac0325c99b
commit
4573e15c86
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ const { title, description } = Astro.props;
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||||
<link rel="manifest" href="/site.webmanifest" />
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
<link rel="me" href="https://mastodon.social/@fiatcode" />
|
<link rel="me" href="https://mastodon.social/@fiatcode" />
|
||||||
|
<meta name="fediverse:creator" content="@fiatcode@mastodon.social" />
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue