Skip to content

Commit

Permalink
Fix #680: double rel, use rel="preload"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Feb 24, 2025
1 parent 7f4f316 commit 26a8ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suse2022-ns/xhtml/docbook.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@

<xsl:if test="$build.for.web = 1">
<!-- https://www.suse.com/assets/css/google-fonts-suse.css?avs=1733925891" -->
<link rel="stylesheet" type="text/css" rel="preload"
<link type="text/css" rel="preload"
href="https://documentation.suse.com/docserv/res/fonts/suse/suse.css" />
</xsl:if>
<!-- <xsl:if test="$daps.header.js.library != ''">
Expand Down

0 comments on commit 26a8ae8

Please sign in to comment.