summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2017-07-22 16:02:46 +0200
committerBenjamin Franzke <benjaminfranzke@gmail.com>2017-07-22 16:02:46 +0200
commitbc704db72df66003cdf7909abd26887a4c1bc10a (patch)
tree5c1e796a0aced249e7e5a06f90809d4547c11191
parent14ee97c8cce36ae83c7e4f5035b61a9acc938e47 (diff)
downloadmutti-web-bc704db72df66003cdf7909abd26887a4c1bc10a.tar.gz
mutti-web-bc704db72df66003cdf7909abd26887a4c1bc10a.tar.bz2
mutti-web-bc704db72df66003cdf7909abd26887a4c1bc10a.zip
Switch title tag ordering
-rw-r--r--xsl/layout.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index e76b822..3f4cc07 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -12,8 +12,11 @@
<html lang="de">
<head>
<title>
- <xsl:text><![CDATA[Unternehmens­beratung & Controlling - Angelika Franzke - ]]></xsl:text>
- <xsl:value-of select="$title"/>
+ <xsl:if test="$filename != 'index.xml'">
+ <xsl:value-of select="$title"/>
+ <xsl:text> – </xsl:text>
+ </xsl:if>
+ <xsl:text><![CDATA[Unternehmens­beratung & Controlling, Angelika Franzke]]></xsl:text>
</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />