Skip to content

Commit

Permalink
Merge pull request #83 from aloxe/fediverse-creator
Browse files Browse the repository at this point in the history
add fediverse creator meta tag
  • Loading branch information
aloxe authored Nov 5, 2024
2 parents 80c02b4 + 474ac02 commit d8f0928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/head.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{% endif %}
</title>
{% if page.fileSlug === "404" %}{% else %}
<meta name="fediverse:creator" content="@[email protected]" />
<meta itemprop="name" content="{{ title }}">
<meta itemprop="description" content="{{ description }}">
<meta itemprop="image" content="{{ meta.url }}{% getOGImageUri page, image %}">
Expand Down

0 comments on commit d8f0928

Please sign in to comment.