QUICK FIX: REVERT LATER: just use valentine all the time (#5707)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5707
This commit was merged in pull request #5707.
This commit is contained in:
2026-02-14 10:39:32 +00:00
parent 77dec96c43
commit f3d0f485a3

View File

@@ -63,7 +63,7 @@
<xsl:element name="link">
<xsl:attribute name="rel">stylesheet</xsl:attribute>
<xsl:attribute name="media">all</xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="$urlprefix"/>/look/main.css?20230215</xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="$urlprefix"/>/look/main.valentine.css</xsl:attribute>
<xsl:attribute name="type">text/css</xsl:attribute>
</xsl:element>
</xsl:otherwise>
@@ -76,12 +76,8 @@
</xsl:element>
<xsl:element name="link">
<xsl:attribute name="rel">icon</xsl:attribute>
<xsl:attribute name="href">
<xsl:value-of select="$urlprefix"/>
<xsl:choose>
<xsl:when test="$mode = 'valentine'">/graphics/fsfev.png</xsl:when>
<xsl:otherwise>/graphics/fsfe.ico</xsl:otherwise>
</xsl:choose>
<xsl:attribute name="href"><xsl:value-of select="$urlprefix"/>
/graphics/fsfev.png
</xsl:attribute>
<xsl:attribute name="type">image/x-icon</xsl:attribute>
</xsl:element>