Skip to content

Commit 475a691

Browse files
feat: add fediverse:creator meta
1 parent 7cec9ad commit 475a691

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Head.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ if (isArticle) {
6767
<Default {...Astro.props}><slot /></Default>
6868

6969
<meta name="author" content="Open {re}Source" />
70+
<meta name="fediverse:creator" content="@[email protected]" />
7071

7172
<meta property="og:image" content={ogImageUrl} />
7273
<meta property="og:image:alt" content={data.title + (data.description ? '' + data.description : '')} />

0 commit comments

Comments
 (0)