Skip to content

Commit

Permalink
add fediverse:creator tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascantor committed Oct 13, 2024
1 parent 64a51be commit e5dc0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/_includes/partials/head/fediverse.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{%- set fediverse = siteConfig.author.fediverse -%}
{% for account in fediverse -%}
<meta name="fediverse:creator" content="@{{ account.username }}@{{ account.server }}" />
<link rel="me" href="{{ account.url }}" title="@{{ account.username }}@{{ account.server }}" />
{% endfor -%}

0 comments on commit e5dc0b7

Please sign in to comment.