added support for fediverse creator
All checks were successful
continuous-integration/drone/pr Build is passing
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user