Skip to content

Commit

Permalink
Correct include.ssi.{header,body,footer} params
Browse files Browse the repository at this point in the history
Due to Georgi's script, we have to change the path.
  • Loading branch information
tomschr committed Mar 14, 2024
1 parent 7d773e1 commit f33f306
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 @@ -455,9 +455,9 @@ task before
to be added inside <head>, <body>, and <footer>.
Use "{{#language#}}" to insert the language
-->
<xsl:param name="include.ssi.header">/docserv/fragments/{{#language#}}/suse-head.fragment.html</xsl:param>
<xsl:param name="include.ssi.body">/docserv/fragments/{{#language#}}/suse-body.fragment.html</xsl:param>
<xsl:param name="include.ssi.footer">/docserv/fragments/{{#language#}}/suse-footer.fragment.html</xsl:param>
<xsl:param name="include.ssi.header">/docserv/fragments/suseparts/head_{{#language#}}.html</xsl:param>
<xsl:param name="include.ssi.body">/docserv/fragments/suseparts/header_{{#language#}}.html</xsl:param>
<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"/>
Expand Down

0 comments on commit f33f306

Please sign in to comment.