Skip to content

Commit

Permalink
Enable JSON-LD structure for HTML by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Mar 22, 2024
1 parent ba0e7e4 commit 663dbef
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 @@ -460,7 +460,7 @@ task before
<xsl:param name="include.ssi.footer">/docserv/fragments/suseparts/footer_{{#language#}}.html</xsl:param>

<!-- Should we generate a JSON-LD structure? 0=no, 1=yes -->
<xsl:param name="generate.json-ld" select="0"/>
<xsl:param name="generate.json-ld" select="1"/>
<!-- Should we generate an external JSON-LD structure 0=no, 1=yes
Only works when $generate.json-ld=1 was set
-->
Expand Down

0 comments on commit 663dbef

Please sign in to comment.