feat: update og image template

This commit is contained in:
Sebin Nyshkim 2024-10-22 22:09:23 +02:00
parent 5209eab34d
commit 514562f8e7
3 changed files with 78 additions and 26 deletions

View file

@ -10,7 +10,7 @@
name=author.name,
generator='eleventy'
%}
{% ogImage "og-image.og.njk", { title: title } %}
{% ogImage "og-image.og.njk", { title: title, author: author, image: image } %}
{% if mastodon.fediverseCreator %}
<meta name="fediverse:creator" content="{{ mastodon.fediverseCreator }}" />
{% endif %}