feat: add fediverse creator meta
This commit is contained in:
parent
5c4611b6b5
commit
ae74525726
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
{% if page.type == "post" %}
|
{% if page.type == "post" %}
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
|
<meta name="fediverse:creator" content="@ayo@ayco.io" />
|
||||||
<meta property="article:author" content="{{ site.author }}" />
|
<meta property="article:author" content="{{ site.author }}" />
|
||||||
<meta property="article:published_time" content="{{page.date}}" />
|
<meta property="article:published_time" content="{{page.date}}" />
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue