summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index dbc5174..1c3db12 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:variable name="description" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@description" />
<xsl:param name="suffix" select="'.xml'" />
<xsl:param name="stylesheet" select="'@import url(&quot;style.css&quot;);'" />
<xsl:param name="version" select="''" />