added support for fediverse creator
All checks were successful
continuous-integration/drone/pr Build is passing

With the 2024.7 release of Mastodin a new OpenGraph tag for the fediverse has been introduced to link to the creators fediverse account. This is now supported.
This commit is contained in:
2024-07-03 21:08:15 +02:00
parent a996a82b69
commit 5f05bbece6

View File

@@ -194,6 +194,12 @@
</xsl:if>
</xsl:variable>
<!-- Mastodon link to profile -->
<xsl:element name="meta">
<xsl:attribute name="name">fediverse:creator</xsl:attribute>
<xsl:attribute name="content">@fsfe@mastodon.social</xsl:attribute>
</xsl:element>
<!-- Twitter cards -->
<xsl:element name="meta">
<xsl:attribute name="name">twitter:card</xsl:attribute>