summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-05-08 20:53:25 +0100
committerChristopher Baines <mail@cbaines.net>2015-05-08 20:53:25 +0100
commit6f8e4758db4f78abc662fea3b258e3fe6e06c52b (patch)
treef0ac14ff19771d4744ad1f02af8f3aa1066d19ea /templates
parent45fabf8c738ee329e9a73b382881f6961a313fc2 (diff)
downloadcbaines.net-6f8e4758db4f78abc662fea3b258e3fe6e06c52b.tar
cbaines.net-6f8e4758db4f78abc662fea3b258e3fe6e06c52b.tar.gz
Improvement for mobile devices
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 0563246..52d7278 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -11,6 +11,7 @@
</TMPL_IF>
</TMPL_IF>
<TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
+<meta name=viewport content="width=device-width, initial-scale=1">
<title><TMPL_VAR TITLE></title>
<TMPL_IF FAVICON>
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />