change webpage design to normal (#1832)
continuous-integration/drone/push Build is passing

Co-Authored-By: bonnie <bonnie@fsfe.org>
Co-Committed-By: bonnie <bonnie@fsfe.org>
This commit was merged in pull request #1832.
This commit is contained in:
2021-02-17 16:02:28 +00:00
committed by max.mehl
parent 16f41741b5
commit df221bdd6d
+1 -1
View File
@@ -4,7 +4,7 @@
<xsl:variable name="mode">
<!-- here you can set the mode to switch between normal and IloveFS style -->
<xsl:value-of select="'valentine'" /> <!-- can be either 'normal' or 'valentine' -->
<xsl:value-of select="'normal'" /> <!-- can be either 'normal' or 'valentine' -->
</xsl:variable>
<!-- Take /head/title and append " - FSFE", use this as $title -->