git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added viewport meta tag to improve display on small devices eg iPhones
[exim-website.git]
/
templates
/
wrapper.xsl
diff --git
a/templates/wrapper.xsl
b/templates/wrapper.xsl
index bb1dee0851ec6ceaa45d1d902cc6215f2ca4f77c..4acf48ec4623445262d67b15fdcfbea3bec6c598 100644
(file)
--- a/
templates/wrapper.xsl
+++ b/
templates/wrapper.xsl
@@
-31,6
+31,9
@@
<meta name="keywords" content="{$html.head.keywords}"/>
<meta name="robots" content="{$html.head.robots}"/>
<meta name="keywords" content="{$html.head.keywords}"/>
<meta name="robots" content="{$html.head.robots}"/>
+ <!-- Mobile Safari (iPhone) - Reduce viewport to physical size of device -->
+ <meta name="viewport" content="width=device-width"/>
+
<title>
<xsl:value-of select="$html.head.title"/>
</title>
<title>
<xsl:value-of select="$html.head.title"/>
</title>