Skip to content

Commit

Permalink
Correct social media length
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Mar 19, 2024
1 parent aee5739 commit ec07582
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suse2022-ns/xhtml/param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ task before
<xsl:param name="onpage.teaser.length" select="300"/>
<!-- <meta> description tags used for search results pages, roughly as
recommended by the Contentking -->
<xsl:param name="search.title.length" select="60"/>
<xsl:param name="search.description.length" select="55"/>
<xsl:param name="search.title.length" select="55"/>
<xsl:param name="search.description.length" select="150"/>
<!-- 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="125"/>
<xsl:param name="socialmedia.description.length" select="60"/>
<!-- 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 ec07582

Please sign in to comment.