summaryrefslogtreecommitdiff
path: root/xsl/layout.xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2018-11-15 10:16:57 +0100
committerBenjamin Franzke <benjaminfranzke@gmail.com>2018-11-15 10:20:27 +0100
commit23dfcab7c810e85c1d4680d1ae20a5a743c95c14 (patch)
treed9ebc2fc1bc4b769f9f31c500ccc6410d5caa52e /xsl/layout.xsl
parentd03452ccae23316563dfd878bb8f9e734d02eb78 (diff)
downloadmutti-web-23dfcab7c810e85c1d4680d1ae20a5a743c95c14.tar.gz
mutti-web-23dfcab7c810e85c1d4680d1ae20a5a743c95c14.tar.bz2
mutti-web-23dfcab7c810e85c1d4680d1ae20a5a743c95c14.zip
Add meta description
Diffstat (limited to 'xsl/layout.xsl')
-rw-r--r--xsl/layout.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 5ee8080..622d9f4 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -20,6 +20,7 @@
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
+ <meta name="description" content="{$description}" />
<xsl:if test="/s:html/@robots">
<meta name="robots" content="{/s:html/@robots}">
</meta>