feat: ✨ add fediverse creator meta tag
This commit is contained in:
parent
54260f01f8
commit
e3b1c67197
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
generator='eleventy'
|
||||
%}
|
||||
{% ogImage "og-image.og.njk", { title: title } %}
|
||||
{% if mastodon.fediverseCreator %}
|
||||
<meta name="fediverse:creator" content="{{ mastodon.fediverseCreator }}" />
|
||||
{% endif %}
|
||||
<link rel="alternate" href="/feed.xml" type="application/atom+xml">
|
||||
<link rel="stylesheet" href="{{ '/fonts/tilt-warp/tilt-warp.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ '/fonts/encode-sans/encode-sans.css' | url }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue