summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl')
-rw-r--r--xsl/common.xsl1
-rw-r--r--xsl/layout.xsl2
2 files changed, 2 insertions, 1 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index b0fa8b1..f9387dc 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -15,6 +15,7 @@
<xsl:variable name="filename" select="/s:html/@name" />
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
<xsl:param name="suffix" select="'.xml'" />
+ <xsl:param name="stylesheet" select="'style.css'" />
<xsl:output method="xml" indent="no" encoding="utf-8"
cdata-section-elements="script style"
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 65f5825..2b21d37 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -19,7 +19,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="width=device-width" />
- <link rel="stylesheet" type="text/css" href="style/style.css" />
+ <link rel="stylesheet" type="text/css" href="style/{$stylesheet}" />
</head>
<body>
<header>