Skip to content

Commit

Permalink
Change param socialmedia.description.length=125
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Aug 4, 2023
1 parent 565fbdc commit 83b4557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suse2022-ns/xhtml/param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ task before
<xsl:param name="search.description.length" select="55"/>
<!-- Open Graph (og:)/Twitter Cards tags used for social-media preview -->
<xsl:param name="socialmedia.title.length" select="55"/>
<xsl:param name="socialmedia.description.length" select="150"/>
<xsl:param name="socialmedia.description.length" select="125"/>
<!-- Type of content to display in og:type tag, https://ogp.me/#types -->
<xsl:param name="opengraph.type" select="'article'"/>
<!-- How Twitter Cards should be displayed, as "summary" (uses smaller square
Expand Down

0 comments on commit 83b4557

Please sign in to comment.